FromXMLFile | Sets the object's properties using data from an XML file. The XML file can be created using the object's `ToXMLFile` method. |
 FromXMLString | Sets the object's properties using data from an XML string. The XML string can be created using the object's `ToXMLString` method. |
 GetXMLSchema | Returns the XML schema for the XML generated by the `ToXMLFile` and `ToXMLString` methods. |
 ToXMLFile | Creates an XML file that represents the object. |
 ToXMLString | Creates and returns an XML string that represents the object. |
 Description | The description of the workflow template. Field name: `Desc`. Field Name: DescData Type: Edm.StringWritable: No |
 Name | The name of the workflow template. Field name: `Name`. Field Name: NameData Type: Edm.StringWritable: No |
 StartType | The start type of the workflow template. Field name: `StartType`. Field Name: StartTypeData Type: WorkflowStartTypeEnum Writable: No Enum Type: WorkflowStartTypeEnum |
 Status | The deployment status of the workflow template. Field name: `Status`. Field Name: StatusData Type: WorkflowStatusEnum Writable: No Enum Type: WorkflowStatusEnum |
 TemplateID | The template identifier associated with this workflow. Field name: `TemplateID`. Field Name: TemplateIDData Type: Edm.Int32Writable: No |
 Version | The version of the workflow template. Field name: `Version`. Field Name: VersionData Type: Edm.StringWritable: No |
 WorkflowID | The internal key of the workflow template manager. Field name: `ID`. This is the key field. Field Name: IDData Type: Edm.Int32Writable: No |
Â
Â