WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for API

(...) independent analysis and evaluation of key information in the field of implemented business processes. However, the user can additionally see how the figures for working with workflow instances are shAPI ng up over the periods defined by them. For the purpose of such analysis, the Key application indicators page has a dedicated tab, In time. It is a report that provides a visual representation of i (...)

(...) ; After saving the new service, the Secrets section will appear in its configuration window. Click the button Generate a new client secret  available in this section. This will display the API secret window where you should click the button as above. Following that, the corresponding secret will be automatically generated in the API secret field. According to the message in the sc (...)

(...) n 5) narrow bar width 6) wide bar width 7) barcode height 8) print human readable code 9) data field   Examples of standard fonts and font sizes (Zebra 5 font supports only cAPI tal letters):   The sample printout contains three lines of text:   The font is Zebra 1, but horizontal and vertical multipliers are used here, as set by the parameters 5 (...)

(...) instances were found, one matching both keywords and one matching one   As you can see on the screenshot above, all results matching at least one of the keywords “star mike” (cAPI talization doesn’t matter) were aggregated on the item list (“Select person”). In case of finding more than one match, more records will be presented and will be added to the table. (...)

(...) rs, containers, and distributed applications. Its operation is based on the instrumentation principle, i.e. adding code to an application to collect telemetric data. OpenTelemetry provides uniform API and libraries for a number of programming languages, which allows developers to use a uniform set of tools for monitoring applications in various environments. OpenTelemetry in WEBCON BPS (...)

(...) Assuming the first edition of the Process Hackathon at Poznan University of Technology was successful, the second edition was a success with a cAPI tal S! 😉 On January 19, 2024, we had the pleasure of being guests at the Faculty of Engineering Management of Poznan University of Technology for the annual WIZ-BIZ-LOG DAY event. Approximately 100 students participated in this y (...)

(...) ter valid credentials. Once this information is entered, the user returns to WEBCON BPS Portal, providing generated access token to the mobile application. The access token is utilized in all REST API invocation methods. After moving to the WEBCON BPS main page (the token is added to the request header): the access token remains valid for 1 day. Upon expiry, it is refreshed with a refresh to (...)

(...) sable auto-scale in iOS 10 Mail entirely --> <title></title> <!-- The title tag shows in email notifications, like Android 4.4. --> <link href="https://fonts.googleAPI s.com/css?family=Lato:300,400,700" rel="stylesheet"> <!-- CSS Reset : BEGIN --> <style> /* What it does: Remove spaces around the email design added by some email c (...)

(...) Export On the topic of avoiding human error, it is a good practice to modify the Production environment exclusively via the Export-Import mechanism. It is currently also possible to import with API . With these packages, we also have a convenient “backup” of the previous versions of our applications, should we need to return to them.   E-mail contents We can strictly (...)

(...) hecklist using the configuration database table. In the end I considered the following artifacts: BPS Groups: Need to be transferred. User profile and favorites: Can be ignored. Registered API applications: Need to be transferred. Devices: Can be ignored Licenses assignments: Need to be transferred since subscription licensing is used. Substitutions: Can be ignored Themes: Need to (...)

(...) wledge to migrate further processes. In this series I'm creating an example application into which I'm importing data using built in cyclic actions, and external powershell script using REST API . Creating example application. Importing data using cyclic actions. Importing data using external powershell script.

Have you ever faced the challenge of managing documents where multiple signatories need to sign on different pages or in specific positions, and didn’t know how to handle it?  We’ve developed an intuitive interface using HTML and JavaScript within WEBCON that allows each signatory to select the exact position of their signature on each document. This innovative functionality u

(...)   Introduction The OAuth2 authentication standard is becoming increasingly popular, as it enables integration between different systems. In many cases, the connection takes place in the API → Application model, which makes authentication much easier. In this case, a predefined set of data is used – Client ID, Client Secret, and our subsequent actions are authorized by the tok (...)

(...) p;    "Endpoint": "[metricsAddress]",               "Headers": "Authorization=[API key]"             },             "AzureMonitor": {   (...)

(...) s time to configure the permissions. To be able to download the list of users and groups, the application must have User.Read.All and Group.Read.All permissions. Permissions should be added in the API permissions tab. By selecting Add a permission, then the Microsoft API s tab, click Microsoft Graph. In the next window, indicate the Application permissions, locate and select the U (...)

(...) on the report was returned but without rows without impersonation. I even granted the APP business administrator privileges without success. Using impersonation worked though. Regards, Daniel let API _url = "http://*.cosmoconsult.com", token_path = "/API /login", Content = "{'clientId':'4c01c4fb-9b82-4912-b410-5e54ef352e2b','clientSecret':'*','impersonation': { 'login': '*' } }", Token_R (...)

(...) In the release notes of WEBCON BPS 2021 the new option of using the openid authentication flow is mentioned. However, i did not find an option to use this authentication when calling Rest API 's. https://webcon.com/wp-content/uploads/2020/12/WEBCON-BPS-2021-New-Release-Overview.pdf Did i miss something or is it not yet released?

(...) functionality that would be required to fullfill the requirements are already there (Export to excel) and there is no need to reinvent the whole architecture of reporting. To generate the excel the API /API /db/1/app/7/report/2/export is called. To call an sdk action it could be something like /API /db/1/app/7/report/2/sdk/{actionId}.

(...) Hi all! I am new to WebCon BPS. I wonder if it is possible to get all items of a process or a datasource/dictionary defined in BPS from client side via REST API . In SharePoint I did something like this: _API /web/lists/getbytitle('MyList')/items?select=Title... This does not seem to be possible with BPS REST API or at least I did not find it ;-) I am thankful for every hint pushing me into the r (...)

(...) found any documentation how to access the current form data. What I know is, that all the formdata is kept in a json property called liteDate.liteModel as a json-object as you can see when calling /API /nav/db/{dbId}/app/{appId}/element/{wfdid}/desktop I guess that this liteModel must be available via javascript. I'm wondering, because there is this form from the offical 2021 release paper (see (...)