Rewriting old workflow rules with conditional transitions in the statemachine
Answered
Hello
I'm wondering how can I rewrite a following part of my statemachine rule to the new workflow syntax, so the behaviour is preserved (specifically: choose a different target Status value based on a condition):
Thank you in advance!
Please sign in to leave a comment.
Hello,
I am afraid, the current version of workflow does not support this scenario out of the box. As a workaround, I suggest you create a separate field value, for example:
Then, you can extend this logic and select the required value after setting TemporaryState. For this, use the onChange rule. For example:
I hope it will be helpful. Should you have any further questions, feel free to contact us.