1
0
-1

Hi

I have process that is currently status "closed.aborted" and I want it to start again (open.running).


thank

Sayamon J.

  1. Sayamon J.

    I tries jw/web/json/monitoring/activity/start but result:false

CommentAdd your comment...

2 answers

  1.  
    1
    0
    -1

    Hi kub,


    The process which terminated is unable to re-started (in simple way). 

    The way we did is create copy function to restarted another new process. (you may design the flow to directly jump to activity you want if it start by "copy" kub.

    (ลองสร้าง copy function ให้ start Flow แล้วข้างไป activity ที่ต้องการดูนะคับ)

      CommentAdd your comment...
    1.  
      1
      0
      -1

      Hi, if a process is already terminated then you can use the JSON API to first start a new process instance, then start or abort the individual activities that you need.

        CommentAdd your comment...