How can we start the flow from beginning if the approval is reject in change

nikhitha24
Tera Guru

Hi All,

Please help me on the below requirement.

 

When change approval is reject on the first level the state should set to New and the flow should start from the beginning. In workflow we can give the connector to the beginning of the flow activity but how can we achieve this by using flow designer.

I am able to set the state to New in flow designer but how do i start the flow from the beginning.

1 ACCEPTED SOLUTION

AnveshKumar M
Tera Sage
Tera Sage

Hi @nikhitha24 ,

 

It's not possible to go back in flow designer. The best approach is defining the Trigger Conditions in such a way that a new instance of flow will start.

 

In your trigger condition you can specify that, the flow will trigger if the state is new. And in your flow, if the approval is rejected set the state to New and end the flow , so that new flow instance will trigger from start.

 

IMG_20230820_182055.jpg

Thanks,
Anvesh

View solution in original post

1 REPLY 1

AnveshKumar M
Tera Sage
Tera Sage

Hi @nikhitha24 ,

 

It's not possible to go back in flow designer. The best approach is defining the Trigger Conditions in such a way that a new instance of flow will start.

 

In your trigger condition you can specify that, the flow will trigger if the state is new. And in your flow, if the approval is rejected set the state to New and end the flow , so that new flow instance will trigger from start.

 

IMG_20230820_182055.jpg

Thanks,
Anvesh