Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hey there,
Do have a look at this JSON API for starting a process : JSON API#web/json/workflow/process/start/(*:processDefId)
Also, do remember to authenticate the POST call, refer here: JSON API Authentication
Hope this helps.
I already tried using that, and follow exactly at the sample tutorial https://dev.joget.org/community/display/KBv5/Start+a+Process+from+External+Page. But nothing happened.
Do attach your server log so we can inspect if a process has actually started or an error has occured.
Hi Justin,
Here is the server log, nothing happened when I click on the trigger button.
Hey there, do attach your sample app if possible. Thanks.
Right now I follow exactly like the tutorial which I sent you the link above, Below is the index.html page, but I did not get any output.
Seems like from your server log, there are processes started already.
Also check your Process Monitor if there are process started already.
Hi , I have a lot of question about joget integration. This is my first time which I need to explore on the integration part, so I am having difficulties in understanding it.
So, actually I have 2 questions that need to be solved which are:
1) How to trigger REST service at Joget using POSTman to call or start a Process.
2) How to trigger web API after submitting a form. Example: Approved -> Call Web API from Joget
I really appreciate if anyone can help me. I already look into the integration part in joget community on JSON API and webservice call but nothing worked, or I had a wrong way on applied it.