Skip to main content

Hi All,

 

I have requirement wherein , In a workflow based on certain condition i need keep running the process instance .

Scenario:

 

Let say i have a workflow in which from an starting activity i am checking the status  and based on condition parting the workflow. If status is 'A' then it halt the workflow but if user changes the status as 'B' then with same instance it should move to other side of the workflow.

 

I need to keep running the instance if workflow status is 'A' .

 

Any help will be highly appreciated.

 

Thanks and Regards,

Ruchi Agarwal

 

What will happen next after the status change to "A"? Will there be an action required?

 

It does not seems right if you leave the workflow hanging there. But one thing you may consider is to create a client event and assign the destination user to the service/admin account.


Reply