1
0
-1

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.

 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      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.

      1. NFMJ

        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.

      2. Justin

        Do attach your server log so we can inspect if a process has actually started or an error has occured.

      3. NFMJ

         

        Hi Justin,

        Here is the server log, nothing happened when I click on the trigger button.

      4. Justin

        Hey there, do attach your sample app if possible. Thanks.

      5. NFMJ

        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.

      6. Justin

        Seems like from your server log, there are processes started already.

      7. Justin

        Also check your Process Monitor if there are process started already.

      CommentAdd your comment...