RunningWorkflowCollection Data Type

A collection of running workflows.

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

Example

<RunningWorkflowCollection>
  <RunningWorkflows>
    <id>...</id>
    <definitionId>...</definitionId>
    <name>...</name>
    <currentStepNumber>...</currentStepNumber>
    <currentStepId>...</currentStepId>
    <currentStepName>...</currentStepName>
    <startTimestamp>...</startTimestamp>
    <completedTimestamp>...</completedTimestamp>
    <workflowType>...</workflowType>
    <initiator>...</initiator>
    <error>...</error>
    <steps>
      <name>...</name>
      <originalObjectId>...</originalObjectId>
    </steps>
    <users>
      <id>...</id>
      <loginId>...</loginId>
      <displayName>...</displayName>
      <email>...</email>
      <itContact>...</itContact>
      <primary>...</primary>
    </users>
    <organization>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </organization>
    <comments>
      <userText>...</userText>
      <author>...</author>
      <timestamp>...</timestamp>
      <systemGeneratedText>...</systemGeneratedText>
    </comments>
    <progress>...</progress>
    <target>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </target>
    <status>...</status>
    <request>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </request>
    <duration>...</duration>
    <addOwnerAsAdmin>...</addOwnerAsAdmin>
    <global>...</global>
    <autoDeploy>...</autoDeploy>
  </RunningWorkflows>
</RunningWorkflowCollection>