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.string*Yes

*Supported operand values

ValueDescription
inSelects objects in the specified workflow state(s).
notInExcludes objects in the specified workflow state(s).