(...) 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 (...)
Hi, I wanted to ask if you're having trouble cloning/copying attributes in Designer Studio for WEBCON BPS 2026.1.4.131? If I have an attribute, for example, WFD_AttChoose6, and I clone it, I see the value in the attribute in the new location (if it's given the same database name, i.e., WFD_AttChoose6) on the form, even though the attribute doesn't have a default value defined in Designer Stu
(...) om headers. Optional further custom headers can then be configured too as it is now. This would also enable a centralized management of header entries instead of having to change e.g. an expired x-api -key or authorization value at all of its occurrences. Moreover this would be a better way than storing such a key in a global constant. Kind regards Sébastien
(...) ange flag (optional) Additional Capabilities: • Search & filter change history by type, reference, or keyword • Enforced conventions via admin configuration (e.g., mandatory Jira reference) • api exposure for integration with application lifecycle management (ALM) tools • Exportable automatically well designed changelog with scopes (testing and/or production) for test or final releases and a (...)
(...) Hi everyone, I have a case with WEBCON BPS 2026 and a REST integration. I need to call an external api that requires a client certificate (PFX / mTLS). Everything works in Postman, but in WEBCON I can’t find how to pass the certificate. Currently I’m using: -REST Web Service connection -Authentication: Anonymous -HTTPS + JSON I don’t see any option for: -client certificate - selecting fr (...)
(...) Referencing also to: https://community.webcon.com/forum/thread/8245 We are integrating WEBCON BPS with api s that follow RFC 6749 OAuth 2.0 Authorization Framework and explicitly support the Resource Owner Password Credentials Grant (grant_type=password). These api s (in our case: core banking / backend systems) require both: client authentication (client_id / client_secret via Basic Auth) an (...)