Flow Switch by Text
Description
Runs dynamic triggers to linked commands when the input text value matches the trigger name
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Subject | text | link-manual | true | The subject value that will be used to trigger any one of the listed triggers |
Matches | text-list | manual-only | true | The list of trigger names |
Scenarios
- The user wants to execute the
start
process if thesubject
value is equal tostart
- The user wants to execute the
pause
process if thesubject
value is equal topause
- The user wants to execute the
stop
process if thesubject
value is equal tostop
Use case
Inputs
- Subject:
Male
- Matches: ```{ 'Male', 'Female' }
Search Tags
Switch based on text value predicates