Property description
The workflowStateFilter clause filters objects based on the workflow state(s) they are in.
Minimal JSON
{
"type": "workflowStateFilter",
"workflowStateKeys": [""],
"operand": ""
}
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
type | workflowStateFilter | string | Yes |
workflowStateKeys | Key(s) of the workflow state(s) the filter applies to. | array of strings | Yes |
operand | Object filter expression. Supported values are: in: Selects objects in the specified workflow state(s)., notIn: Excludes objects in the specified workflow state(s). | string | Yes |