Hello all,
since I am new to Camunda and generally in the process automation field, I would like to know how a process instance can be triggered once for example a user submits a request. In the last process automation live forum, Benjamin Hoffman presented a demo that when the user submits (sends) an account application, in the backend a process instance is generated. What do I need to make so as to connect my website and the workflow engine in order to make the first step to process automation?
Any answers would be so helpful for me since I need a starting guidance to get an insight on it.
As I mentioned, I am not a technical developer but a finance analyst, so it is somehow very complicated to grasp the logic behind it. I have two questions.
First of all, when we do a POST request we don’t need to specify the endpoint? Because in the documention that you attached, there is no any code line that is linked to the endpoint.
And my second question is if you could provide this block of code that you did the POST request so I can see exactly what the logic is behind it. If you could do so, I would really appreciate it ot if you could provide me a similar block of code from another example.
I just tried to do the trick with the JavaScript code so as to make a post request in the engine endpoint, but I have an issue. I attach an image with the error that appears in my console. Any ideas about how to fix it? Is it an issue from Camunda’s rest api?
since I don’t have that technical knowledge, can you indicate where I can paste the code that you provided?? This is code written in java, but can I paste it in my website’s javascript code??