(...) Hello, on my test instance the WebCon BPS service rest arts. On average every 3 minutes. I get messages like below. Have any of you encountered this type of problem? The WebCon WorkFlow Service service terminated unexpectedly. It has done this 107 time(s). The following corrective action will be taken in 60000 milliseconds: rest art the service. == Failed to activate some modules Category: Act (...)
(...) Hello Experts, We're currently on BPS version 2021.1.2.143 (getting ready for upgrade) I try to invoke a rest API to update form fields, and I get a proper response from the service, however, it doesn't update the fields. I'm using OData Query to filter and expand the data, and load the response definition from the service. The action configuration and action log with response are on my pictures. (...)
(...) Hello, I have an external API: GET https://domain.com/api/employee/GetAll I have created a process using rest API that get token, then get Employee. (START - FINISH) GetAll - Retrieve the employees list. The HTTP verb for this method is GET. When i run the process manually, it works. I have created a global cyclical action that starts my workflow (every day run), but it doesn't work: Respo (...)
(...) I need to change 2 values with rest , I use'd API v3 and PATCH method. This values is in another workflow. JSON [ { "data": { "guid": "3567e810-6f44-41e5-9ac3-794d6e055db1", "value": "2024-05-27T14:02:26" }, "wynik": { "guid": "56e078eb-dc11-4960-a662-3974f0f837da", "value": "Ryzyko niskie" } } ] In other workflow history I have only i (...)
(...) Hi, I am currently working on some tool management workflow in WEBCON and I have a problem. I have an items list with rest API as data source where user can pick and book tools for some time period. Time period property is not included in rest API so I'm using form fields for booking dates. Then I need to filter the items list using tools from rest API and dates from WEBCON database to exclude unavail (...)
(...) ello, I am trying to update some form fields and columns in an item list after some actions. On my path i have configured a FOR EACH on my item list which is creating/composing JSON payload for my rest . (rows) However, I am encountering an InternalServerError (500) when attempting to save this data using rest service on path for my current instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/#{W (...)
(...) Dear Community, I'm trying to connect with rest API to SAP API. According to SAP API documentation this should look like this: POST https://localhost:50000/b1s/v1/Login { "CompanyDB": "SBODEMOUS", "Password": "1234", "UserName": "manager" } In response I receive receive 2 HTTP Cookie items (B1SESSION and ROUTEID) that I have to submit with every rest API call to SAP API. (...)
Via public api we can query reports and views. However, they lack of the possibility to apply filters, search in specific fields or apply a full text search. Basically all the things we can do within a report on the portal To achieve this, we currently have to use the undocumented internal api, that reports use when we apply filters and search for elements. This works perfectly so far, but
(...) Hi all! We would like to add a datasource from rest API. Datasource method is POST, since we have many parameters. We need this datasource in different workflows and parameters are dependent on values entered in current form (different fields in different workflows) and also should be fetched from database from another workflow. As I can see there is no way to use current form field values (...)
(...) Hi, We try a rest Web service call like this: - global constant for rest Web service base URL, as https://something.com - global constant for rest request suffix, like api/webcon/action - other global constants, for Bearer etc - at app level we configure a template - Invoke rest Web service based on previous defined constants We use those global constants just to have separate valu (...)
Hey everyone, I have the following challenge. I'm storing travel expenses in an item list. The expenses could be in various currencies. I'd like to get the exchange rate automatically for each row (because the exchange rate might be different for different dates and currencies). The API GET call is: https://kurs.resenje.org/api/v1/currencies//rates/-- I have in DET_Att6 and the in DET_
(...) There's tile rest riction in Outlook addin classic which doesn't allow to add more than 12 costum tiles. Is there any way to add more than 12 tiles? I'm asking becouse this tool is used on daily besis by our costumers.
(...) Hello community, I have a question, is it possible to update rows in a list of elements in more than one element using only one action in Inwoke rest WEB service? For example, /api/data/v6.0/db/1/elements/1111, 12222?
(...) port in Webcon, which you can find here: https://community.webcon.com/posts/post/odata-format-in-webcon-bps/346/3 . From what I understand, OData is still only available in the beta version of the rest API. I am wondering whether this functionality is being actively developed and supported, or if it is a feature that will remain in the beta phase. Apart from the mentioned post, I couldn’t find much (...)
(...) I want to use a rest DataSource to get customer information (ie name) via customer number. I have a form with a customer number field. I have a rest DataSource "rest GET CUSTOMER DATA" (..../getKundenData?customernumber=CUSTOMERNUMBER.Standard) which returns a json with all relevant customer data. I used a business rule to get the value from the rest datasource and a form rule (on value change) to (...)
(...) Hi, I try to use this article, but it does not works anymore. https://kb.webcon.pl/przyklady-uzycia-rest -api/ I try to generate a token base on this instruction https://developer.webcon.com/docs/2024.1/api-registration-and-authentication#get-access-token in Postman to api/oauth2/token , example: { "grant_type": "client_credentials", "client_id": "XXX", "client_secret": "XXX", "scop (...)
(...) Hi, I have a problem with action "Update item list values" pointed on path. Workflow is started automatically base on rest API and pointed to the same path. I found information on the log "Number of replaced rows: 0' after start process by rest API. When I use web to start process, action update item list values works fine. When I edit a document created by rest API , action also works fine. (...)
Is there a way to set attachments to read only for a certain step? Reason: I have a voting application in which several people can vote on the publication of a new file. The application consists of a main workflow (with a list of the workflow participants) and a sub-workflow for each participant. After the "Start" step, I want the attachment to be read-only. In both the main workflow and t
(...) fication that does not contain this data. Fig. 10. The e-mail notification Summary E-mail notifications are an integral part of WEBCON BPS. The system offers many interest ing solutions related to them – e.g. the ability of changing the shipping address and hiding the selected form fields in the e-mail. Thanks to them, sent notifications to become even more practi (...)
(...) instance where the item list is located DET_WFCONID – defines the item list ID (in one form type they can be several item lists – DET_WFCONID allows you to select the interest ing one) More information: WFElementDetails table description (webcon.com). When a new task is created, the system checks if there is an employee to whom the task can be assigne (...)