Hello,
We have a worklfow that allows transitions from 1 status (Blocked) back to 4 other status (QE, Ready for QE, Development, UAT). The workflow need to check that when the status is changed from Blocked to one of the 4 statuses it goes back to the original status only. (Example: Development ---> Blocked ---> Development)
What is the best way to do this?
So far, using boolean as a condition has not worked. Getting syntax errors and not able to debug.
Thank you for your help.
Debbie