Jumping to Specific Process of a Stage

Suppose we have 3 stage,

First Stage { Having Process(s) P1,P2,P3 }
Second Stage
Third Stage

From Third stage we want to move to First Stage–>P3 (Process P3) we don’t want to go to process P1 and P2.

How to do this?

Hi @AbhishekC1725,

Please refer the attached screenshot for your quick reference.

Also refer this link for your quick guidance.

Navigation:

Please let me know if the issue still persists.

Thanks,

Mohammad Ravoof.

@Mohammad Ravoof Hi, I don;t think this will help to solve the problem, because I want to go to the specific process i.e P3 in Stage1

Any other solution?

@AbhishekC1725

1 change stage from 3rd to 1st stage.

  1. In the first stage, in each of the processes you can specify when condition whether to start or not. So before/after change stage you need to set a flag. And set this flag to the 2 processes in first stage.. It directly move to 3rd process.

@Anoop Krishna Means when first time user move from stage1 { completing all processes P1,P2, and P3} in Connector properties we set some flags right,

And when user again comes backs to Stage1, we will apply when rule to check the value of property and directly user will move to P3

this will be the solution?

@AbhishekC1725 no no, for the first flags won’t be set with anything, so all the processes run. We are doing change because of some business logic. When that business logic is true, set this flag to true. When it is true it will skip the processes. So at the beginning flag will be blank so processes will run. But at the time of change stage flag will be true so processes will be skipped.

@Anoop Krishna Ok Got it. Thanks for help :blush: