Setting Up Workflows

NEWS & TIPS

  • Site Access Keys
  • Top: Alt+t
    Previous: Alt+,
    Next: Alt+.
    Up: Alt+;
    (Note: use Ctrl on the Mac)

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.

  1. Workflow Triggers »
    Workflow Triggers are plugins that encapsulate some system logic to accomplish a non-workflow-related function.
    1. 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.
    2. 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.
    3. 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.
    4. 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.
    5. 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.
    6. Delete Trigger
      Deletes the asset in the workflow.
    7. Publish Set
      Publishes all assets in a designated Publish Set
    8. Version Trigger
      Creates a version of the page that will be stored as the most current version.
    9. Merge Trigger
      Merges any changes into the system repository.
    10. Publish Trigger
      Publishes the asset to the live site.
    11. Email Trigger
      Triggers an email notification for the next step.
    12. New Workflow Trigger
      This trigger instantiates workflows for analogous assets to support translation capabilites or cross-site content synchronization
  2. Building Workflows »
    This section provides additional resources.
  3. About Workflows »
    1. 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.
    2. 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.
    3. 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.
  4. 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.
  5. 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.
  6. 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 Thu, 30 Nov 2006 17:51:19 -0500

Top / Next / Up / Table of Contents