Skip to main content

Module filter

Module filter 

Source

Structs§

FilterConfig
Configuration for the filter/gate function

Enums§

RejectAction
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