(...) Hi all! We would like to add a datasource from rest api . Datasource method is POST, since we have many parameters. We need this datasource in different workflows and parameters are dependent on values entered in current form (different fields in different workflows) and also should be fetched from database from another workflow. As I can see there is no way to use current form field values (in (...)
Hi, We try a REST Web service call like this: - global constant for REST Web service base URL, as https://something.com - global constant for REST request suffix, like api/webcon/action - other global constants, for Bearer etc - at app level we configure a template - Invoke REST Web service based on previous defined constants We use those global constants just to have separate
(...) port in Webcon, which you can find here: https://community.webcon.com/posts/post/odata-format-in-webcon-bps/346/3 . From what I understand, OData is still only available in the beta version of the rest api . I am wondering whether this functionality is being actively developed and supported, or if it is a feature that will remain in the beta phase. Apart from the mentioned post, I couldn’t find much add (...)
(...) Hi, I have a problem with action "Update item list values" pointed on path. Workflow is started automatically base on rest api and pointed to the same path. I found information on the log "Number of replaced rows: 0' after start process by rest api . When I use web to start process, action update item list values works fine. When I edit a document created by rest api , action also works fine. (...)
(...) ws (SQL)” action on a transition path to update multiple workflow instances—often dozens or even hundreds. Each of these updated workflows executes several actions upon transition, including making a rest api request to an external system. The issue arises when, for example, out of 150 instances, 140 complete successfully, but the 141st encounters an error. In such a case, all changes within the workfl (...)
Hey team We are intensively testing Webcon. I'm trying to send a PDF attachment in a simple app using the HTTP POST method, and I can't get it to work. Postman works fine, Python too. How can I adjust my action to make it go through? We prepared it based on this article: https://kb.webcon.pl/przekazywanie-zalacznikow-do-google-drive-za-pomoca-akcji-rest/ Unfortunately, it doesn't want to l
(...) Hi, I am unable to figure out how to use the Webcon rest api for starting new element. My issue relates to the "ChoicePicker" / "Autocomplete" fields, where I cannot find the way to submit the value. I think that I have tried all the combinations, but I always end up with the same error. Public Api POST /api/data/v6.0/db/1/elements - "formFields"[] - "guid":"...", "value": [{"id": "115"}] - "g (...)
(...) surely be handled nicer than this. Another approach would be to have a local (app) or global (system settings) PS-script library to put the script code. WEBCON BPS could than create a user defined rest api endpoint with in- and output parameters on-the-fly and instead of invoking PS scripts one could invoke a rest api internal PS endpoint as new action. I'm sure that you will have much better ideas (...)
(...) Hi all! Maybe this question has already been answered before, but I am struggling with an automation and action 'Invoke REST webservice'. I want to start rest api endpoint within a cyclical action on a daily schedule. This is some kind of 'long running operation', at the moment it takes 10 minutes on PROD environment. I already set execution time limit to 6000 for automation and also in global (...)