1
0
-1

So i have this situation where sometimes my users make mistakes or the processes breaks due to logic and stops. What i would like to know is of there is a way for me as an admin to restart process and/or perform actions as a users within a process to make it go on . Basically i need a tool that would allow admins to intervene and help process go on , or change something and restart process , or even start a process from specific point while predefined previous values .



Is there such possibility ?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      You can use JSON API to "manipulate" the process activities.

      For example, you can restart a process using this JSON API .

      The Running Processes management screen also provices some functions to reassign or reevaluate task, etc.


        CommentAdd your comment...