(...) 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 (...)
(...) the Binding tab is also crucial. Fig. 6. Example configuration of a created site Communication with WEBCON BPS The created site communicates with WEBCON BPS via REST API . This requires proper preparation of the API application on the BPS side. While on the Portal page, go to the Administration tab available by clicking on the user's avatar. After navigating to th (...)
(...) d defect, the system creates a task for the Technical Department to verify the problem. Action 4: Invoke REST Web service The system automatically sends a request to an external car service via API and books an inspection appointment. Action 5: Send standard email A notification is sent to the vehicle user and the Administration Department that the vehicle is temporarily out of service. (...)
(...) is essential for the subsequent steps of the process. This field stores the document ID (GUID) assigned by the Autenti system upon successful saving in its database. According to the Autenti REST API documentation, you need to verify that the Autenti system has returned a valid GUID. If this ID is missing, it indicates that the document was not properly registered, and the technical field will re (...)
(...) er operation when connecting to SOLR server Once the XML file (or multiple files, in the case of process or database reindexing) is prepared, the Workflow Service sends an HTTP request to the SOLR API , waits for the documents to be processed (indexed), and expects a response from the SOLR server. This parameter defines the amount of time the Workflow Service will wait for a response confirming suc (...)
(...) nclude explicitly defined database names, these must also be updated if they have changed. 11. Adjusting integrations with the public BPS Portal API Recreating databases in the new environment will cause integrations with the public API of the source environment’s Portal to stop working. Not only will the Portal URL change, but the API a (...)
(...) N MSSQL connection are: Client (application) ID Secret value MS Fabric Admin Center Go to the MS Fabric Admin Center and search for "Service principals can call Fabric public API s" in the "Tenant settings". Enable this option. Only if this option is enabled you can share your lakehouse in the next step with your Entra app. Details can be found here. Select (...)
(...) 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 (...)