laravel-process-approval
laravel-process-approval copied to clipboard
[Question] Add a "Return to previous approver" step in the approval process
I want to check if its possible to add a "Return to previous approver" step using this package?
My workflow:
- Approval has 3 steps.
-
employee -> manager -> cio
- I want the
manager
to be able to return the form toemployee
for corrections. So can CIO return it to the manager.
Is this possible?