Property description

The setWorkflowState action type assigns a new workflow state to the selected objects.

Minimal JSON

{
  "key": "",
  "type": "setWorkflowState",
  "newWorkflowStateKey": ""
}

Nested properties

PropertyDescriptionValuesMandatory
keyKey of the action.stringYes
typesetWorkflowStatestringYes
newWorkflowStateKeyKey of the new automatically assigned workflow state.stringYes
Warning

Ensure the change is defined in workflow transitions otherwise the automation will not be allowed.