Workflow Action

Digest

A workflow action is a directed path from a source step to a destination step in a workflow; it decides what the system should do next.  Multiple actions may lead  from one step to other steps, and actions may be enhanced by triggers, which execute other non-workflow related functions.

Concept

Actions lead to steps that are categorized as ordered steps (executed in the order in which they are listed in the XML) and unordered steps (must be explicitly indicated by an action).

initialize action 

Once a workflow reaches a step resulting in no further action, the workflow is complete.  The asset being used in the workflow is no longer considered ‘in workflow’ and is returned to a normal state.

Types of actions include: Started Workflow, Advanced Workflow, Edit, Start Edit, Copy, Create, Reference, Delete, Delete and Un-publish, Check-in, Check-out, Version Activation, Publish, and Un-publish.

Related Links