Skip to main content

Hi We have a workflow for a travel authorization list like below.

Initiator -->Manager-->Travel Coordinator-->End.

When manager approves it will to go coordinator and Once travel coordinator approves process will end.

Now what we want is. When manager rejects it has to go back to initiator or even when travel coordinator rejects/disapproves it has to go back to initiator so that he can edit the data and again comes to manager and then to travel coordinator.

How to go back to previous assign task if the task outcome rejects.

Thanks in advance.

PV

Hi,

you could do that using a State Machine where you have the "standard" approval process in a branch, where if all approve the state machine ends, if someone reject, the process move to an other branch where the initiator can update his request and when he has done the process goes back to the approval branch.

Giacomo


Reply