Workflows

Search filter terms
Filter by type
Filter by tag
Filter by user
Filter by licence
Results per page:
Sort by:
Showing 1 result.
Tag: branching Licence: by-sa

Workflow WCP-04 Exclusive choice - if/else branching (1)

Thumb
The choice of executing choiceA or choiceB is determined by using String_List_Intersection and String_List_Difference. If in="true" then the intersection will yield a non-empty list, triggering execution of choiceA. This list will however not differ from the input, and so choiceB will iterate over an empty list (ie. not execute). Note how using 'difference' for the else-case here means that if you run the workflow with in="bob", choiceB would still run. Some early if/el...

Created: 2012-02-20 | Last updated: 2012-02-20

Credits: User Stian Soiland-Reyes

Attributions: Workflow Example of a conditional execution workflow Workflow Example of conditional invocation

Results per page:
Sort by: