Hello,
I have a Workflow process with a xml loop in a branch. I want to stop/exit the loop/branch as soon as a special event is triggered. I only know the way to raise an error (e.g. VBScript script: Err.Raise 449) and set error handling in the script plugin to stop executing branch.
My Workflow:
- Folder Listing
- XML Splitter
- Math Operation ( %{count} + 1 )
- …
What I need:
If %{count} > 1 stop executing the loop/branch.
Thanks
Thomas