WorkflowStepCollection Data Type

A collection of workflow steps.

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

Example

<WorkflowStepCollection>
  <WorkflowSteps>
    <id>...</id>
    <name>...</name>
    <type>...</type>
    <stepNumber>...</stepNumber>
    <runningWorkflowId>...</runningWorkflowId>
    <condition>...</condition>
    <alreadyActioned>...</alreadyActioned>
    <startTimestamp>...</startTimestamp>
    <completedTimestamp>...</completedTimestamp>
    <error>...</error>
    <skipped>...</skipped>
    <duration>...</duration>
    <guestOSCredential>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </guestOSCredential>
    <domainCredential>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </domainCredential>
  </WorkflowSteps>
</WorkflowStepCollection>