1
0
-1
3 answers
- 210
You can locate it at the monitor page itself
Monitor > Running Processes > Select the specific running process- ayohmang
after a while, thinkering on documentation, finally find a way to refire back aborted process to last flow it was ended. thankss all.
- find latest process on table wf_process_link
- refire back to current process using json api /jw/web/json/monitoring/activity/start/<process_id>/<activity_def_id> (you can find it on monitoring)
Add your comment... - 210
- Call JSON API#web/json/workflow/process/start/(*:processDefId) and pass in the form record ID of the previous one.
- Then, with the result of the first call, call JSON API#web/json/monitoring/activity/start/(*:processId)/(*:activityDefId) to resume where it last left.
This might be helpful Migrating a Single Joget App#MigrateProcessInstances
Add your comment... - 10-1
how to locate recordid ?
Add your comment...
good days to all,
this issue happened when i updated some process and deploy latest process. suddenly checking process monitor, previous process that was initiated before process update was aborted by admin ( evidence on audit trail). can anyone suggest the best way to restore the process without submitting new process. i've read about plugins to update apps to latest process, but this is not my case now. thanks in advance.