Hi, I have a process that use API to send data to another system. I have a patch in WebCon to check status, based on the feedback, process moves to the next step or waits another hour on the timer. I want to change this. I found this option in WebCon API: Path that will be used by element PA
Hi Raluca, Are you able to give me an example of how to use Start a subworkflow (SQL) to start many new workflow instances? I have a query that returns two rows, but how to start a separate workflow instance, how to move data from subworkflow (SQL) to new workflow instances? Best regards,
Thank you :) it works :) Best Regards Tomasz
Hi, Thank you for the suggestion. I face one more problem. How to convert a base64 format to be visible as a attachment in WebCon? I found only "CONTENT AS BASE64" :/ I need a reverse function :) Best Regards
Hi, I need to update a source tables in SQL, I need to insert an "instanceNumber" "status" and a "url" a direct link, that WebCon gives to each process started. Each row in the source sql table should start a single process in WebCon. This sql table will be a place where erp system will be in
Hi, I need to build a process that will work as a service, check a mssql table, and start the process if new rows are added to the table. Single process based on a single row in SQL table. Maybe someone has built a similar functionality? Best regards.
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 u
Hi, I added double quote, but still the same error in Postman. { "grant_type": "client_credentials", "client_id": "XXX", "client_secret": "XXX", "scope": "HighTrust.Elements.ReadWrite.XXX" } I recived error: { "error": "invalid_request" } The solution was to use swagerr, enter
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 ,