KB Version:

Page Navigation

Most Read

Announcements RSS Feed of Announcements

Publish Parent Folder Trigger

The Publish Parent Folder Trigger publishes the parent folder of the asset in workflow.

Implementation

Declaration

Usage

Parameters

Destination Parameter

The destination parameter is used to determine which destination the parent folder should publish to.  If more than one destination is required, these can be delimited by commas (",") within the same parameter. 

Authorizing-Type Parameter

The authorizing-type parameter is set when calling the trigger on an action. The authorizing-type parameter is used in any trigger that executes to a publish and is used to specify which user is "authorizing" the publish in this step. This will affect permissions/roles checks performed during publish and also to whom the publish report is delivered to. The "system" user is basically a way to bypass any permissions/roles checks but results in the publish report not being sent to anyone.

Authorizing-type can take a value of "current-step-owner," "system," or "user."

  • current-step-owner - the user assigned to the step that calls the trigger
  • system - the reserved "system" user
  • user - a specified user

Authorizing-User Parameter

This parameter is used if 'user' is selected as the authorizing-type (in the parameter above). This parameter value can be any valid user name.

**Note - Authorizing-user will only be used if the authorizing-type parameter is set to the value of "user," rather than "current-step-owner," or "system."

If you were to use both the "authorizing-type" and "authorizing-user" parameters, your xml would look like this: