Hi,
I have a Process model for HR approval. In the form I am capturing cancel and submit button values in a text rule input (buttonValues).
But when HR is cancelling the button the flow gets completed which I do not want to happen as the task not completed.
I want the flow to stay at the same position so that approver can again complete his task.
could someone please help me here how to achieve my goal?
Thanks
Faisal
Discussion posts and replies are publicly visible
Hi Faisal
When you select any button in a user interface you should pass a value related to the button selected from the interface into the Process Model. Immediately after the process model you should have an XOR gateway that tests that value and decides where the flow is routed to next.