Task
ArrayOfTaskWorkflowActionModel Complex Type
Task : ArrayOfTaskWorkflowActionModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Task
Diagram
NotRequiredAfterFirstOccurrence Element Content Element ButtonTextNegative Element ButtonTextPositive Element Type Element CompletedDate Element RetryLimitDate Element NextRetryDate Element StartedDate Element EmailAddress Element PhoneNumber Element ActionStatus Element Description Element Url Element Data Element Sequence TaskWorkflowActionModel Element Sequence ArrayOfTaskWorkflowActionModel Complex Type
Overview
Sequence
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
ButtonTextPositive optional xs:string
ButtonTextNegative optional xs:string
Content optional xs:string
Used By
ArrayOfTaskWorkflowActionModel Element
WorkflowActions Element
WorkflowActions Element
Source
<xs:complexType name="ArrayOfTaskWorkflowActionModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="TaskWorkflowActionModel" nillable="true" type="tns:TaskWorkflowActionModel" />
  </xs:sequence>
</xs:complexType>
See Also
Task