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

search results

for api

(...) 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 (...)

(...) these plans will be available in the Roadmap. At this moment, the following remain unchanged: logging by the Service — AdminWfEventLogs, Event Viewer, etc. diagnostic sessions REST api and UDA logs   Summary Logs are fully searchable Each entry contains structured fields (e.g., CorrelationID, UserLogin), allowing analytical tools to filter and aggregate resu (...)

(...) OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ var gpsCoordinates = [ #{BRD:16958}# ]; var mapi nitialized = false; var map; function initializeMap() { // OpenStreetMap Standard tile layer var osmLayer = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.pn (...)

(...) o the form, the next step is its configuration. To do this, go to the OAuth2 connections configuration in WEBCON Designer Studio. Under Data sources → Authentications → OAuth2 User -> api , create a new authentication that will be used to confirm the user’s identity against the Microsoft Graph api . Configure it as follows:   Parameter Val (...)

(...) initions, queue states, and execution history—remains stored within WEBCON’s internal database.    Data Extraction and security  Data is retrieved via User Defined api s, which are custom api endpoints configured within the platform. These endpoints execute predefined SQL queries and expose selected internal system tables as structured JSON responses.  Three (...)

(...) 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 (...)

(...) ; secrets section and, under the Certificates tab, select Upload certificate. IMPORTANT: Only certificates containing a public key can be uploaded to the Entra ID portal.   Granting api permissions to the application Next, configure the permissions so that the application is granted access to SharePoint resources. To do this, in the api permissions section, select Add a permissio (...)

(...) ubsequent course of the process. It stores the document identifier (GUID) assigned by Autenti after the document has been successfully saved in the platform database. According to the Autenti REST api documentation, make sure that Autenti has returned a valid GUID. If this identifier is missing, it means that the document has not been registered correctly, and the technical field will remain empty (...)

(...) nbsp; Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: MCP Servers api Definitions   Introduction The application configuration now includes the ability to run MCP (Model Context Protocol) servers in two modes: general and application-specific. The gener (...)

(...) 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 (...)