deal all,
how to exit from a workflow actively? for say, in if conditions, if true, it will exit first, and if false, do somework . Just I put do things after if conditions.
if use business Rule Exception, It looks like some error occured. I want it looks normal exit in succeed.
Thanks!
you cannot.
But you can use a flowchart ( search for flow in the toolbox ) and then in a decision node ( that is the same as an if statement ) lead the flow to a dead end, if you don’t want anything more to happen
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.