Property description

The workflowStateFilter clause filters objects based on the workflow state(s) they are in.

Minimal JSON

{
  "type": "workflowStateFilter",
  "workflowStateKeys": [""],
  "operand": ""
}

Nested properties

PropertyDescriptionValuesMandatory
typeworkflowStateFilterstringYes
workflowStateKeysKey(s) of the workflow state(s) the filter applies to.array of stringsYes
operandObject filter expression. Supported values are: in: Selects objects in the specified workflow state(s)., notIn: Excludes objects in the specified workflow state(s).stringYes