Setting up Workflows
Workflows are a valuable way to ensure that all content is properly reviewed before being published. Specialized workflows can also be created which automate various system tasks, such as automatically creating an index page when a new folder is created.
- Workflow Triggers
»
Workflow Triggers are plugins that encapsulate some system logic to accomplish a non-workflow-related function.- Unpublish and Delete Trigger
Often, within the context of a workflow process, there is a need to un-publish an asset before removing it from the system. - Preserve Current User Trigger
This trigger acts as a workaround solution for an issue that sometimes arises when you submit a workflow to a group instead of a user. - Assign Step If User Trigger
Examines the step that just occurred and if it was done by the specified username, it advances the workflow to the step specified by the second parameter. - Assign To Group Owning Asset Trigger
This trigger is used to assign the workflow's current step to the group that owns access rights to the folder containing the asset associated with the workflow. - Assign To Workflow Owner Trigger
assigns the next step (the step that will occur as a result of this action) to the user that initiated the workflow. - Delete Trigger
Deletes the asset in the workflow. - Publish Set
Publishes all assets in a designated Publish Set - Version Trigger
Creates a version of the page that will be stored as the most current version. - Merge Trigger
Merges any changes into the system repository. - Publish Trigger
Publishes the asset to the live site. - Email Trigger
Triggers an email notification for the next step.
- Unpublish and Delete Trigger
- Building Workflows
»
This section provides additional resources. - About Workflows
»
- Steps
The steps that make up a workflow are divided into Ordered Steps (steps that will be executed in the order they are listed in the XML), and Unordered Steps, which must be explicitly indicated by an action. - Actions
Transitions between workflow states (or steps) are enabled by Workflow Actions. An action is defined as a directed path from a source step to a destination step. - Triggers
Actions can be enhanced by attaching one or more workflow triggers. The trigger executes code while the transition is occurring from the source step to the destination step.
- Steps
- Assigning Workflows to Asset Factories
To have a specific workflow occur every time a certain type of asset is created, it must be attached to an asset factory. - Creating Workflows
Workflows are created in the Administration area, and are then attached to asset factories, or assigned to folders of assets in the Home area. - Assigning Workflows to Folders
To have a workflow process invoked for any given asset, the workflow must be assigned at the folder level
Last modified on Mon, 30 Oct 2006 12:48:19 -0500
Top / Next / Up / Table of Contents