Task
TaskWorkflowActionModel Complex Type
Task : TaskWorkflowActionModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Task
Base Type
Extension of Action Complex Type
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 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
ButtonTextPositive optional xs:string
ButtonTextNegative optional xs:string
Content optional xs:string
Used By
TaskWorkflowActionModel Element
TaskWorkflowActionModel Element
Source
<xs:complexType name="TaskWorkflowActionModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="q16:Action" xmlns:q16="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Workflow">
      <xs:sequence>
        <xs:element minOccurs="0" name="Type" type="q17:Option.TaskActionTypes" xmlns:q17="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
        <xs:element minOccurs="0" name="ButtonTextPositive" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="ButtonTextNegative" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Content" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="NotRequiredAfterFirstOccurrence" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
Task