(...) y 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 (...)
(...) system. I already have an endpoint that returns the required data. To achieve this, I planned to use a global action (cyclical). First, I created a business rule that fetches the data using a REST api . Then, I wrote an SQL query that utilized this business rule to retrieve the data. However, when testing it, I keep encountering the following error: WebCon.WorkFlow.BusinessLogic.BusinessRules (...)
(...) ce call: Response status code does not indicate success: 404 (Not Found). ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found). ---> Google.Googleapi Exception: Error 404 (Not Found)!!1 *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:3 (...)
(...) 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 g (...)
(...) Hi, After upgrading from the 2022 version to the latest 2025 version, I am experiencing an issue with the URL for REST services. The address and api endpoint are stored as global constants. For example, the URL: https://mock.webcon.bps:3317 For example, the endpoint: /domains/customercommunication/internal/v1/message Webcon returns an error during the sending action due to an incorrec (...)
(...) ryone, I’m working on a feature, where single button triggers a set of actions that grants permissions across related parent and child workflows, and delegates active task to other user using REST api . I'm currently facing a frustrating issue with the task delegation api using the endpoint POST /api /data/v6.0/db/{dbId}/elements/{elementId}/admin/tasks/assignment When I use this endpoint via Swag (...)
(...) plete. The scheduled task retrieves its parameters either from the command line (passed during job creation) or by connecting to the BPS database. It’s essential that the scheduled job issues a PATCH api call back to the originating workflow instance to continue the process flow. Although the solution might sound complex, it has been running reliably in a production environment. Step-by-Step Overv (...)
(...) tabase as it would be part of each workflow instance version. - I could create a technical subworkflow, which stores the data and get's deleted at some point. For deleting it I would need to use the api , as the archive action is not part of WEBCONAPPS. But I have no trigger, to update this workflow when a new attachment is added. A user could just add an attachment. It's not necessary to save the in (...)
(...) global task list. - Cause an error when one of those triggers is executed -- OnPath -- OnSaving -- OnDeleting -- On adding an attachment The later one would be necessary, to prevent any REST api calls. Best regards, Daniel
(...) Hi, I have a process that works with invoices. Each invoice contains a variable number of line items (name, price, VAT, etc.). Using an SDK, I’m retrieving these invoices from an api . Since the number of invoices and the number of line items per invoice can vary, how should I configure the SDK so that each line item is correctly mapped to a item list in the process? Is there a specific mapping metho (...)
(...) Hi, I switched the service "Exchange Rates synchronisation" and defined a schedule, but it fails with an error. "Task completed with error: There has been an error while processing the currency api response. Has the api data format changed?" How can I trouble shoot this? Where can check the api settings? Kind regards Klaus
(...) ers assumed that the platform would be governed centrally – by a central unit that creates new applications, grants application privileges, configures data sources, assigns licenses, and controls the api . However, low-code platforms could be leveraged more efficiently. Business departments should be able to develop applications independently, but this requires them to have an appropriately broad l (...)
(...) Hi everyone, Has anyone experienced a similar issue in the latest WEBCON KSeF Connector v2.0.0.22? For some incoming invoices (from KSeF) the endpoint: /api /data/v1/in/invoices/{id}/ksefData returns 406 Not Acceptable (empty response). In older api version it returns 500 Internal Server Error with: System.NullReferenceException: Object reference not set to an instance of an object Stack tr (...)
(...) I need to call a REST api from a WEBCON form and write the returned values back into form fields. The REST api performs several validations on the incoming JSON payload (e.g. date from valid, date to valid, amount valid, etc.). In case of a validation error, the api returns something like: { "state": "error", "error_msg": "Date to must be greater than date from" } Approach 1 – Automati (...)
(...) Hello, we want to integrate a WEBCON application with a banking / core-banking REST api protected by OAuth 2.0 (WSO2). The api is fully standard-conformant (RFC 6749) and supports the following grant types: client_credentials authorization_code password (Resource Owner Password Credentials – intended for trusted internal TSS clients) For the required backend endpoints, the core-banking AP (...)
(...) entities that are not standard WEBCON system objects? Can individual files or attachments from specific workflow instances be exported or downloaded automatically (for example via action, rule, or api )? Thank you in advance for your help people. Best regards,
(...) Hi, Current Situation: Data Sources are typically static and context-independent. Each Data Source is bound to a fixed query or api call, with no native mechanism to pass parameters dynamically. As a result, any variation in use (such as retrieving different columns, filtering by different criteria, or adapting to different workflow contexts) requires creating multiple Data Sources or embedding l (...)
(...) siness rules, form rules, constants, automations) have no app binding functionality as data sources have. Some global constants, business or form rules and automations may contain critical data (e.g. api tokens) that should not be useable by all devs with studio access. An option to set an object as protected and enabling an app binding to allow the usage would solve this matter. Default would be (...)
(...) system settings. Unfortunatelly global objects have no app binding functionality as data sources have. Some global constants, business or form rules and automations may contain critical data (e.g. api tokens) that should not be useable by all devs with studio access. (There is another user voice for this feature: https://community.webcon.com/forum/thread/8360) That‘s why I suggest to insert a (...)
(...) r 1 minute. However, occasionally—about 1–2 times out of 100—the field is not updated, even though in history shows that the action was executed successfully. An external process calls the WEBCON api using a specific path. On that path, a SQL procedure action is configured to run - same as above. The field is not updated in the database, even though in history shows that the action was execute (...)