Workflow Triggers
Workflow Triggers are plugins that encapsulate some system logic to accomplish a non-workflow-related function.
Standard triggers include:
- 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. - New Workflow Trigger
This trigger instantiates workflows for analogous assets to support translation capabilites or cross-site content synchronization
Last modified on Thu, 30 Nov 2006 17:51:16 -0500
Top / Previous / Next / Up / Table of Contents