Wait for Event in Fork - How to terminate the wortkflow in leg 2
Hi Experts,
My scenario is that there is a fork with 2 branches. 1 has a change Doc method. In this I have raised an enent when a action is performed which in turn calls a wait for event in other leg. The problem is that the other loop is executing but the workflow is not coming out of leg 1. The work item remains in the agents workplace.
How to correct this?
Thanks,
Dinesh
vikram shah replied
in the FORK step you have an option of mentioning the "necessary steps".
it defines the minimum number of legs of the FORK step that must be completed before proceeding to the next step in the WF.
mention the necessary step as 1 for your case.