When an Attachment Category Choice field is configured, the category of .msg attachments is not displayed in the E-mail conversations tab. The category itself is correctly stored in WFDataAttachmets.ATT_Attribute1, so the information exists and can also be used by SQL queries, actions and other w
It would be useful to have an option to configure the Attachment Category (Choice field) as required/mandatory. Currently, an Attachment Category can be configured with a data source (fixed values, SQL, etc.), but there seems to be no option to make this field mandatory. Use case In many wo
It would be very useful if the Attachments panel could be controlled by Form Rules in the same way as regular form fields. For example, functions such as: * `ENABLE[Attachments]` * `DISABLE[Attachments]` * `MARK REQUIRED[Attachments]` * `MARK NOT REQUIRED[Attachments]` * `HIDE[Attachments]
We are currently using AI Prompt for very simple PDF document classification. In our experience, the current model is not reliable enough for production use, despite carefully engineered prompts. The ability to choose a stronger model would make AI Prompt much more useful for document analysis workf
It seems that the alert/confirmation dialog on a required comment does have an issue (see screenshot). Kind regards Ernst
Hi, is it possible that Webcon AI is currently down? Best regards Ernst
We have an action which uses Generate/Update Word to generate an offer. We have an item-list, and all colums have a local label like "Betrag" and a translation label for uk-UA "Amount" This is working fine. Default (application settings) is producing the german version, uk-UA is producing the en
Hi, I have simple Invoke Rest Action, which should download a file (pdf). I get this error: Validation error: Invoke REST Web service - Request Url: https://myhost.com/v1/dms-archive/v1/Kundenakt/documents/4711-abcd-1234/contents/0 Response Code: Exceptions: Total size must be greater tha
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