PolicyWorkflowAction Data Type

The Class WSPolicyWorkflowAction.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
workflowDefinition ManagedObjectReference element 0/1 The workflow to execute.
Properties inherited from PolicyAction
type PolicyActionType element 0/1 The type of action.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<PolicyWorkflowAction xsitype="...">
  <workflowDefinition xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </workflowDefinition>
  <type>...</type>
</PolicyWorkflowAction>