Did you try a Business Rule with CONTENT AS BASE64(attid)?
Please add: 1. New response type "Multipart" Support multipart HTTP responses in the "Invoke REST Web Service" action, not only multipart request bodies. 2. Add header and response code/body mapping for response type "Binary" HTTP headers are independent from the body type and should be
Okay, I've now solved the problem. Here's the explanation in case anyone else encounters the same issue: There's a filter for (DataSources). This filter is applied to a WHERE clause for the view "V_CachedOrganisationStructure" when saving. The underlying table is CacheOrganisationStructure (whi
Hi Martin, I have the problem on ANY attachment download (not upload) via Timer, no variant is working right now.... Kind regards Ernst
We investigated this further and can now narrow the problem down much more precisely. Environment: WEBCON BPS Automation executed by: Timer action on system step also reproducible via path action Action type: Invoke REST Web service Current findings: The same Invoke REST action work
Hi, please make the flow control icon smaller (or resizable). Its huge - compared to the rest of the step-icons (see picture) Thanks!
Hi, I have now the next usecase: Dracoon (eRoom provider). It uses also Client-id/secret/user/password. With the current implementation, it is not possible to use Dracoon's REST API.
Thats what I've tried. Action Change field value [System] comment. But this does not work. Although the timer is configured with "Path transition after action call", it seems that the action is executed AFTER the path transition... Will take a look into your post about getting the current comme
I have a Step with a "cancel" path. On this path I have enabled "comment required" => User always should enter a comment if he is cancelling the workflows. Now I have a "housekeeping" timer in that step. The timer exections an action (Change field value => [System]Comment) and has path transist
Referencing also to: https://community.webcon.com/forum/thread/8245 We are integrating WEBCON BPS with APIs that follow RFC 6749 OAuth 2.0 Authorization Framework and explicitly support the Resource Owner Password Credentials Grant (grant_type=password). These APIs (in our case: core banking /
Thanks Daniel, I will look into the SDK. In the meantime I created a small token proxy. In short: the proxy (XPages, Java bean) exposes a REST endpoint, receives a POST request (OAuth2 App-to-API), reads its configuration (grant_type=password, username, password, etc.), calls our core-banking AP
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 Credential
Hi, for now I have found a workaround. Since I know all error codes from the api, I made a SWITCH, which is checking the response field after the REST api has been called. The biggest issue is the limitation in business rules on single scalar values.... because sometimes I need the REST api in
Hi Daniel! In my case its a form with tons of fields. Some are calculated by the REST-Api (which calls an Oracle procedure). So the user has to fill out some fields, select some values and then the REST call should fill other fields (readonly for the user ui). There are 5 input-fields and the res
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: {
Made a short video (mp4) how it behaves: https://gofile.io/d/D69Wb3 It happens on most existing dashboards but also on some newly created (in R2026) dashboards (like the example in the video).
Column type "Users and groups" would be great. USE CASE: Sometimes a user fills an item list and should select a User/Group. Could be done via Choice, but with Users and Groups we would have a valid user-object for further processing (i.e. starting sub-workflows)
Hi, the visibility is not optimal on dark blue header. We have also an environment with dark red header... the purple color is almost invisible.
Running latest version 2026.1.2.91: If a dashboard is opened via navigation AND current page is the app startpage, all filters are greyed out (not active). F5 resolves the problem => filter is selectable If a dashboard is opened via navigation AND current page is NOT the app startpage, all filte
Hi! is there a way (via theme css) to change the color of the AI-Concierge icon? Thanks! Ernst