Hi,
I'm working with state machine and flexi tasks.
The state machine looks like this:
State A: First Level of approval
State B: Second Level of approval
State C: Review the initial request
In the state A, the first level approver can approve, reject or request a review. If the approver's outcome is to request a review, the state machine will kick it to the state C, which has a Request Review action for the initiator. After reviewing the request and maybe correcting some mistakes, the initiator will kick it back to state A for the first level approver.
It is ok so far, but I would like to send the comments of the Request Review action for the first level approver when kicking it back to state A.
Any ideas on how to that?
Thanks!
Best regards,
William C.