1
0
-1

Hi, I've encountered issue where one of my form got stuck in email tool as closed.completed. Supposed there is an activity next. But the flow stuck there when the process state is still open.running. How do I make the next activity to start. I've read there's a way to try manually calling this JSON API JSON API#web/json/monitoring/activity/start/(*:processId)/(*:activityDefId) to start the next respective activity to allow those stuck process instances to continue. But how and where to run this JSON code? I'm in urgent to solve this issue. Hopefully someone can help this damsel in distress. Screenshot of the process is as below: 

  1. Camilo A. García

    Hello, can you attach more information? the workflow diagram, the application or the catalina.log file?

CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    Hi, to call the JSON API is to make a HTTP request to it. You can use clients like Postman (https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en) or even command line tools like curl. Found a sample answer at /questions/31130071/answers/31130082. In your API call, you need to replace the appropriate processId and activityDefId along with your username and password. Best if you test it out in a test environment first especially if you are not familiar.

     

      CommentAdd your comment...