Structs§
- Filter
Config - Configuration for the filter/gate function
Enums§
- Reject
Action - What to do when the filter condition evaluates to false
Constants§
- FILTER_
STATUS_ HALT - Status code: halt the current workflow, no further tasks execute
- FILTER_
STATUS_ PASS - Status code: filter condition passed, continue normally
- FILTER_
STATUS_ SKIP - Status code: skip this task, continue with next task