Hi, How can I create a form in WEBCON BPS Designer Studio with four columns: field name, current value from an SQL table, new value to be entered,description for the entry? Just like in the screenshot. I need to display the current value to the user, and the user should be able to enter a new one.
Hi, Do you have any ideas about possibilities to extend functionality in public forms and allow sending attachments? Has anyone already tried doing this and confirmed that it’s possible? https://community.webcon.com/posts/post/application-and-configuration-of-public-forms/529/4 Best Regar
Hi, I want to send attachments from the WebCon system as email messages, specifically PDF files. Is there an option in WebCon to add a password to such a PDF file, so that opening the file would require entering a password?
Hi, Thank you for sugestions. I created an API, but now I have a problem with how to move a process, I try to use the Move Workflow (SQL) action. signProcessSid - WebCon document ID signProcessUid - external system document ID , this number is exists in WebCon as a WFD_AttText1 Maybe the q
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 ,