Property description

The actions asset defines what happens when an automation rule is triggered, it specifies the result or action the rule performs.

Minimal JSON

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

Nested properties

PropertyDescriptionValuesMandatory
keyUnique key of the action.stringYes
typeType of the action.stringYes
Other mandatory properties depend on the selected action type.stringYes

Supported type values

PropertyDescription
callDataFactoryCalls a pipeline with the trigger value passed in the JSON payload.
deleteObjectDeletes selected objects and all their children.
moveMoves selected objects and all their children to a different space.
saveStreamTypeSaves information about the stream.
sendNotificationSends a notification to users who are selected in the stream.
setAttributeSets the object’s attribute to the specified value.
setWorkflowStateSets the object to the specified workflow state.
syncDataSyncs objects across spaces and applications.
writebackDatabricksColumnWrites column descriptions in Databricks.
writebackTableauColumnWrites column descriptions in Tableau.