Wiki source code of Steuerungselemente


Show last authors
1 Flow Control elements are used to map functionalities in the workflow that cannot be mapped by normal [[actions>>doc:Formcycle.Designer.Workflow.Actions.WebHome]] alone.
2
3 There are the following control elements in {{formcycle/}}:
4
5 ; [[Condition (Check value)>>Condition]]
6 : Check a condition and run different actions depending on whether the condition is fulfilled.
7
8 ; [[Switch>Switch]] {{version major="7" minor="1"}}
9 : Check a value against multiple cases and run different actions depening on the outcome.
10
11 ; [[Handle errors>>HandleErrors]]
12 : Gracefully handle errors from other action. You can run custom workflow actions in case an error occurred.