sigActionFilter
A Workflow Engine function that returns true
if the Situation action matches the specified type. Operates as a filter that stops processing Situations.
This function accepts an array Situation action types. See Situation Action Codes for a list. Specify which actions you want to continue processing, and use the either the "Stop This Workflow" or "Stop All Workflows" forwarding behavior to stop processing any other actions.
This function is available for Situation workflows only.
Back to Workflow Engine Functions Reference.
Arguments
Workflow Engine function sigActionFilter
takes the following argument:
Name | Required | Type | Description |
---|---|---|---|
| Yes | Array | See Situation Action Codes for a list of Situation actions. For example ["Situation Updated"]. |