Participant
ParticipantWorkflowActionModel Complex Type
Participant : ParticipantWorkflowActionModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Base Type
Extension of Action Complex Type
Diagram
IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence PhoneNumber Element IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence Title Element RoleToUpdate Element IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence Organization Element IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence FullName Element IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence EmailMessage Element IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence EmailAddress Element CustomFieldLabel Element IsDisplayed Element Sequence Authentication2 Element CustomFieldLabel Element IsDisplayed Element Sequence Authentication Element Sequence DefineParticipantOptions Element Content Element ButtonTextNegative Element ButtonTextPositive Element NotRequiredAfterFirstOccurrence Element IsPreAuthentication Element Type Element Data Element CompletedDate Element RetryLimitDate Element NextRetryDate Element StartedDate Element EmailAddress Element PhoneNumber Element ActionStatus Element Description Element Url Element Data Element Sequence ParticipantWorkflowActionModel 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
Data optional xs:string
IsPreAuthentication optional xs:boolean
ButtonTextPositive optional xs:string
ButtonTextNegative optional xs:string
Content optional xs:string
Sequence
Sequence
IsDisplayed optional xs:boolean
CustomFieldLabel optional xs:string
Sequence
IsDisplayed optional xs:boolean
CustomFieldLabel optional xs:string
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
RoleToUpdate optional xs:string
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
Used By
ParticipantWorkflowActionModel Element
ParticipantWorkflowActionModel Element
Source
<xs:complexType name="ParticipantWorkflowActionModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="q11:Action" xmlns:q11="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Workflow">
      <xs:sequence>
        <xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Type" type="q12:Option.ParticipantActionTypes" xmlns:q12="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
        <xs:element minOccurs="0" name="IsPreAuthentication" type="xs:boolean" />
        <xs:element minOccurs="0" name="NotRequiredAfterFirstOccurrence" type="xs:boolean" />
        <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="DefineParticipantOptions" nillable="true" type="tns:ParticipantActionDefineParticipantOptionsModel" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
Participant