Closed
When StartWhen of stage returns false, how can I do to let case go on running
Running a Case to a Stage with StartWhen, when the result of StartWhen returns false, the Case stops on this Stage. If I want to let this Case to go on running, I need to let the result of StartWhen returns true. How can I do?
For example, the value of someProperty is 1, and the StartWhen condition is someProperty==2, so the case stopped in this Stage. how can I change this Property to be 2, and let the Case go on running.
To see attachments, please log in.