Workflow Action
Action Complex Type
Workflow Action : Action Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Workflow
Diagram
CompletedDate Element RetryLimitDate Element NextRetryDate Element StartedDate Element EmailAddress Element PhoneNumber Element ActionStatus Element Description Element Url Element Data Element Sequence Action Complex Type
Overview
Sequence
Data optional xs:string
Url optional xs:string
Description optional xs:string
ActionStatus optional xs:int
PhoneNumber optional xs:string
EmailAddress optional xs:string
StartedDate optional xs:dateTime
NextRetryDate optional xs:dateTime
RetryLimitDate optional xs:dateTime
CompletedDate optional xs:dateTime
Used By
Action Element
Source
<xs:complexType name="Action" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Url" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ActionStatus" type="xs:int" />
    <xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="StartedDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="NextRetryDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="RetryLimitDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="CompletedDate" nillable="true" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>
See Also
Workflow Action