Run new process instance from previously saved process?

Confluence User - 22 Dec, 2021

Hello all ~ 


Would like to ask is it possible that when I run a process half way and closed, will I be able to run the process from where I stopped previously?

How can I configure it?


Thank you! (smile)


Regards,

Lee

process

1


22 Dec, 2021
confluenceUser
confluenceUser

Hi, do try the following JSON API command to restart an activity:

> web/json/monitoring/activity/start/(processId)/(activityDefId)

Example:

> http://localhost:8080/jw/web/json/monitoring/activity/start/102_7540_myapp_process1/activity2?j_username=admin&j_password=admin

See the full documentation at https://dev.joget.org/community/display/DX7/JSON+API .

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print