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 | Returns the description of a workflow task.
Field name: TaskDesc. |
InstanceID | Returns the ID of a workflow instance.
Field name: WFInstID. |
Name | Returns the name of the workflow task.
Field name: TaskName. |
Operation | Returns the operation type of the workflow task.
Field name: Operation. |
Owner | Returns the owner of the workflow task.
Field name: Owner. |
Priority | Returns the priority of the workflow task.
Field name: Priority. |
Status | Returns the current status of the workflow task.
Field name: Status. |
TaskID | Returns the ID of the workflow task.
Field name: TaskID. |
TemplateID | Returns the ID of a workflow template.
Field name: WFID. |
TemplateName | Returns the name of a workflow template.
Field name: WFName. |
Type | Returns the type of the workflow task.
Field name: TaskType. |
WorkflowTaskInputObjectCollection | Returns the collection of the input objects for the workflow task. |
WorkflowTaskNoteCollection | Returns the collection of notes for the workflow task. |
WorkflowTaskOutputObjectCollection | Returns the collection of output objects for the workflow task. |