WorkflowDefinitionCollection Data Type

A collection of workflow definitions.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
WorkflowDefinitions list of WorkflowDefinition element 0/unbounded Gets the items.

Example

<WorkflowDefinitionCollection>
  <WorkflowDefinitions>
    <name>...</name>
    <workflowType>...</workflowType>
    <StepRepresentations>
      <name>...</name>
      <originalObjectId>...</originalObjectId>
    </StepRepresentations>
    <Steps>
      <guestOSCredential/>
      <domainCredential/>
      <workflowDefinitionId>...</workflowDefinitionId>
      <id>...</id>
      <name>...</name>
      <type>...</type>
      <stepNumber>...</stepNumber>
      <condition>...</condition>
    </Steps>
    <global>...</global>
    <targetType>...</targetType>
    <changeDescription>...</changeDescription>
  </WorkflowDefinitions>
</WorkflowDefinitionCollection>