Start an application directly from a URL

1
0
-1

Hello,

We are doing a project where we connect our ERP with BPM Bonitasoft, inserting a specific value in the lines of the order should check if the line requires approval, if so, I wanted to start a process that I have implemented in the BPM through URL. This URL has a parameter (guid) that identifies the order line in the database of our ERP, so you can display data in order in the form of the process. My question is if you can start an application directly from a URL? When you run the application the URL automatically.

thank you very much

Miguel

1 answer

1
0
-1

Hi,

sure you can using REST API and this specific part: http://documentation.bonitasoft.com/web-rest-api-examples-0#start_case

regards,

Notifications