WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for UDA

External content by Daniel Krüger; May 30, 2026; The original post has appeared on daniels-notes.de User Defined APIs in WEBCON are more than just another way to reach the Public API. They solve a real problem for integrations built inside the Portal itself. The core advantage is authentication. By using the current user session, these APIs can be called from JavaScript in forms and da

External content by Daniel Krüger; June 14, 2026; The original post appeared on daniels-notes.de The 'Get data from data source' running mode of User Defined APIs lets you: expose any existing data source as a REST endpoint provide friendly names JSON conversion is handled automatically user privileges are applied when using BPS internal views. Before relying on i

External content by Daniel Krüger; June 14, 2026; The original post has appeared on daniels-notes.de When you need to interact with specific workflow instances from outside WEBCON, the Public API works but requires detailed knowledge of internal structures. The Actions on a workflow instance running mode in User Defined APIs offers a more targeted alternative. It supports starting instanc

External content by Daniel Krüger; June 14, 2026; The original post has appeared on daniels-notes.de   Triggering WEBCON logic from outside the system has traditionally meant starting a workflow instance via the Public API. The "Execute automation" running mode in User Defined APIs fills a different niche: it accepts input parameters, runs a full automation, and returns

(...) Hi, the result of a 'Get data from data source' UDA is limited to a 1000 records. I can understand the reasoning but implementing a custom paging option for each endpoint is cumbersome. It would be great, if this would be handled by WEBCON. I'm currently using one of these approaches: https://daniels-notes.de/posts/2026/user-defined-api-part-2-get-data-from-data-sources#simple-paging-for-99-o (...)

Hi, it would really be helpful if OData support could be added to the 'Get data from data source' running mode. This would allow to add custom filtering on addition to the one configured in WEBCON. Best regards, Daniel

Hi, in my version (2026.1.6.198) there are a few limitations: - There are no time zone information. This applies to all running modes and even if I just use a Execute Automation and return an incoming date time value, the information is lost. https://daniels-notes.de/posts/2026/user-defined-api-part-4-execute-automation#time-zones-are-lost If I would have a unit test, this would

Hi, I tried various approaches to return an actual NULL value via Execute Automation, this wasn't possible. Instead these are default values: Text: "" Decimal: 0 Boolean: false DateTime: 0001-01-01T00:00:00 https://daniels-notes.de/posts/2026/user-defined-api-part-4-execute-automation#no-null-values If I would ask an AI, whether I could use WEBCON for a specific use case, and it uses

Hi, it would be nice to move API definitions of the running modes 'Get data from data source' and 'Execution mode'. These are running outside the context of a workflow/process anyway and while you are going through multiple iterations you may want to consolidate these. Ok, there may be references to business rules / automations which may prevent these, but that would be something which could

(...) to other APIs and it wouldn't make it necessary to create a separate 'Get data from data source' endpoint. If OData support / paging would be added to this running mode, it would be even better. UDA : OData support https://community.webcon.com/forum/thread/8661/15 UDA : Add paging to 'Get data from data source' https://community.webcon.com/forum/thread/8660/15 Now it's time to had back (...)

Hi, it would really if we could create inline "data sources" for the running mode `Get data from data source` if the source is a SQL database. Reasons: - It would be similar to data tables, where you can write your own SQL, so the user experience will be similar - We don't bloat the SQL data sources, if this source is only used in a single case. - While SQL server does a great job on imp

(...) Applies to version: 2020.1.x and above; author: Maciej DUDA   Introduction In the WEBCON BPS 2020 version, the application reports have been expanded with the ability to display data from an Item list form field. In the report configuration, you can add columns of the selected item list – data from only one item list can be presented at one time. If the (...)

(...) AdminPluginLogs   AdminServiceLogs AdminWFEventLogs UsageLogs AdminAPILogs AdminDebugLogs AdminFileProcessingLogs AdminHotMailboxLogs AdminPluginLogs AdminUDA Logs AdminServiceLogs AdminWFEventLogs UsageLogs AdminAPILogs AdminDebugLogs AdminFileProcessingLogs AdminHotMailboxLogs AdminPluginLogs AdminUDA Logs Infrastruc (...)

Applies to version: 2025 R2 and above; author: Jacek Język   Related documentation API definitions | WEBCON BPS   Introduction In the world of modern business processes, the integration of different systems has become a key element for the effective operation of an organization. WEBCON BPS has been providing advanced capabilities in this regard for years through it

(...) ans will be available in the Roadmap. At this moment, the following remain unchanged: logging by the Service — AdminWfEventLogs, Event Viewer, etc. diagnostic sessions REST API and UDA logs   Summary Logs are fully searchable Each entry contains structured fields (e.g., CorrelationID, UserLogin), allowing analytical tools to filter and aggregate results far (...)

(...) webcon.timers.execute Number of timer executions. webcon.db.id webcon.timer.id   webcon.timers.running Number of timers currently in progress.   UDA -endpoint-automation webcon.UDA .automation.requests Number of UDA automation endpoint calls.   UDA -endpoint-data-source webcon.UDA .data_source.requests Number of U (...)

(...) 22.57 }, "cuota": { "valor": 174.07, "valorMinimo": 176.64 } }, "composicionAcuerdo": { "totalDeUDA ": 1490.62, "iof": 0, "notificacion": 0, "gestionProtesta": 0 } } }' 2 - Query SELECT [status] ,codigoClient ,id ,fechaprimerpago ,v (...)

(...) użytkownik ma możliwość zaimportowania danych do listy pozycji z pliku Excel. Niestety często są to pliki zawierające minimum 100 pozycji, co powoduje problemy w imporcie. Wtedy, jakimś cudem import UDA je się mi z poziomu admina (nie rozumiem w czym jest różnica). Lista pozycji ma obecnie 40 kolumn w tym kilka pól wyboru gdzie uzupełniają się inne pola czy pola wyliczalne (zmiennoprzecinkowe). J (...)