Hello, 

We are finding that at any given activity in our workflow, a user may need to assign a process to another activity in the workflow, i.e. jump to a previous activity or bypass processes in the workflow.  Is there a simple way to do this with Joget? We thought of having a central activity that every other activity had a transition to and then transitions from that central activity back to other activities (allowing someone with access to that central activity the ability to change where the process goes next) but that seems like overkill.

Thanks!

-Pete

  • No labels

2 Comments

  1. Hi Pete,

    i.e. jump to a previous activity or bypass processes in the workflow

    Note that this will be tricky and potentially defeating the original intended design flow as one may skip or reverse the process flow unintentionally. But, it still can be done through calling the JSON API. Please see 

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

    under JSON API.

    Cheers

    1. Thanks, we'll take a look at that. We were thinking about limiting these types of 'jumps' to specific roles/user so that the general flow design remains in place for most users of the system.

      -Pete