Publish Containing Publish Set Trigger
This trigger is used to publish out publish sets that the asset in workflow is a member of. The trigger can be used in two ways. First, it can publish out all publish sets in a specified container that contains the asset attached to the workflow. Alternatively, it can be used to publish out one particular publish set if it contains the asset in workflow. This trigger will look for the publish set container or publish set by path inside of the same Site to which the asset in the workflow belongs.
Implementation
Declaration
Usage
Parameters
Four parameters may be used to specify which publish set containers get published:
Publish Set Container Path Parameter
This parameter is used to identify a publish set container by its path. Note: the name parameter must be the string 'container-path.'
Publish Set Container Id Parameter
This parameter is used to identify a publish set container by its id. Note: the name parameter must be the string 'container-id'.
Publish Set Path Parameter
This parameter is used to identify a specific publish set by its path. Note: the name parameter must be the string 'path'.
Publish Set Id Parameter
This parameter is used to identify a specific publish set by its id. Note: the name parameter must be the string 'id'.
Authorizing-Type Parameter
The authorizing-type parameter is set when calling the trigger on an action.
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:

