http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.WorkflowDesigner.Workflow
WorkflowListRequestModel Complex Type
http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.WorkflowDesigner.Workflow : WorkflowListRequestModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.WorkflowDesigner.Workflow
Diagram
EnableLogging Element IsSubGroupShared Element IsGroupShared Element IsPrivate Element IsPublicLaunch Element Name Element ProntoID Element UserID Element Sequence WorkflowListRequestModel Complex Type
Overview
Sequence
UserID optional xs:int
ProntoID optional xs:string
Name optional xs:string
IsPublicLaunch optional xs:boolean
IsPrivate optional xs:boolean
IsGroupShared optional xs:boolean
IsSubGroupShared optional xs:boolean
EnableLogging optional xs:boolean
Used By
workflowsListRequest Element
WorkflowListRequestModel Element
Source
<xs:complexType name="WorkflowListRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="UserID" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="ProntoID" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="IsPublicLaunch" nillable="true" type="xs:boolean" />
    <xs:element minOccurs="0" name="IsPrivate" nillable="true" type="xs:boolean" />
    <xs:element minOccurs="0" name="IsGroupShared" nillable="true" type="xs:boolean" />
    <xs:element minOccurs="0" name="IsSubGroupShared" nillable="true" type="xs:boolean" />
    <xs:element minOccurs="0" name="EnableLogging" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.WorkflowDesigner.Workflow