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

search results

for api

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

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

(...) cipants. Everything works fine, but it is not possible to add parameters isOnlineMeeting, onlineMeeting, and onlineMeetingProvider. I tried to resolve this by updating the calendar entry via MS Graph api – Calendar/events. From the Exchange identifier, I was able to determine what would the id of the event be (everything behind #), but when trying to update the event with two additional parameters ( (...)

(...) https://community.webcon.com/posts/post/docusign-digital-signatures-in-webcon-bps/36) but cannot get it to work. When i want to send the Process to the Signature Step i get an error from the Docusign api which i can't figure out. "Error while requesting server, received a non successful HTTP code Completed with response Body: "error":"invalid_grant","error_description":"no_valid_keys_or_signatures"}" (...)

(...) eptable. - Abbreviations look like word - The corporate design may define how some words are written - It looks like a spelling error. This is even more true in German, all nouns are written with a capi tal case. This applies to 2021.1.2.101. Best regards, Daniel

(...) Hello, I tried use action "Invoke SOAP Web Services", but I get this error "dll was not found" I tested using another platform for api development and it works. Thanks regards, Raluca Lupu

(...) Hello Community, Does anyone established the connection between Sales Force and Webcon? I have all the documentation on the Webcon side for the REST api but I'm finding some difficulties on the Sales Force side as I'm not sure on where and how to configure the necessary steps to get the connection between the 2 systems. Thank you all for the attention!

(...) Currently I'm using the BPS translation tool and checking the texts in word. I'm wondering if native Windows spell check could be added to the Designer Studio: https://docs.microsoft.com/en-us/dotnet/api /system.windows.controls.spellcheck?view=net-5.0 In my opinion the most relevant places are those which are visible to the normal end user, so not necessarily in the admin view. These are: - all part (...)

(...) tion of the other column in the report and then I have an error... http://webcon.net/WEBCONBPS/db/1/app/21/element/1037860/form/view?returnurl=%2Fdb%2F1%2Fapp%2F21 url: https://webcon.net/WEBCONBPS/api /logger | action: ip: xxx | msg: "stack": "TypeError: Cannot read properties of undefined (reading 'split')\n at HTMLDocument. (https://webcon.budimex.net/WEBCONBPS/application/App.9450b9.bundle.js:2: (...)

(...) an error pops up: "Column 'WFD_Guid' does not belong to the Result table". Adding a new item fails, the window does not open, three loading dots all the time. Details: url: http://win2019web2a/api /nav/db/1/app/7/element/3036/goToNextStep | action: GoToNextStep ip: 192.168.10.146 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win6 (...)

(...) Hi, I've been learning Microsoft Graph api and managed to create folders (parent and child) using POST and PATCH methods in a SharePoint Library via Graph Explorer. Now I have the following scenario. In an Item List there are X numbers of lines with folders names: - Folder A (parent) - Folder B (parent) - Folder B1 (child) - Folder B2 (child) - Folder C (parent) - etc... What I would (...)

(...) p; 0x00000000 Requested URL   https://marketbpmdev.sunriseseniorliving.com:443/api /studio/db/1/getuserbybpsid?id=%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23% (...)

(...) ll the work. We have investigated how the reports quickpath functionality works (because it seemed to work multithreading) and we have notticed that it uses JS to send async all the instances via the api . So we are now using the api via sdk in order to start all tose subworkfols for generating word templates. The api is doing all the work multithreading and much faster than the builtin actions.

(...) Hi community! We are getting some data from external system via REST api . Specifically workflow elements are created and there is a default path for saving workflow element. This can be easily done with the well known POST endpoint: /api /data/v4.0/db/{dbId}/elements Now we are facing the challenge to check if there are already elements in our system, to avoid duplicates. This can also ea (...)

(...) Hi, Does any of you know how the api key should be entered in the SDK action in the "Integration key" field? On the autenti platform, I generated the ID and key, but entering the same key in the integration key does not work and I get the error: 401 Unauthorized. Best regards, Jakub

(...) Hi, In my process I have REST api where I download link to file. I save the link to attribute and now I want to download this file to 'attachments'. Can you advise me how do do that? Best, Kuba