The Assign Status activity sets the variable Status to the value "Approved".
The Check Status activity evaluates the value of Status against defined conditions.
It has branches for "Pending", "New", and "Unknown".
The "Default" branch is triggered if none of these conditions match the value of Status.
Since "Approved" does not match "Pending", "New", or "Unknown", the Default branch will execute.
The Write Line activity in the Default branch outputs "Status not valid." to the Output panel.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit