TheWFInstanceInfo |
Scroll |
TheWFInstanceInfo contains basic information about the workflow instance. This is only for informational purposes and hence this class has no methods. To process a workflow please use the TheWFInstance class.
Namespace: Therefore.API
Visual Basic Public Class TheWFInstanceInfo C# public class TheWFInstanceInfo |
Name |
Description |
Gets the user name of the user the instance is currently assigned to. |
|
Gets the claimed status of the instance. |
|
Gets the name of the current workflow task for the instance. |
|
Gets the number of the current workflow task for the instance. |
|
Gets the error string describing the error if an error occurred in an automatic task. |
|
Gets the error text if an error occurred in an automatic task. |
|
Gets the timestamp when the error occurred. |
|
Gets the user number of the user who started the workflow instance. |
|
Gets the unique instance number of the workflow instance. |
|
Gets the type of link to the workflow instance. |
|
Gets the date when the current workflow instance should be finished routing / processing. |
|
Gets the name of the workflow process the instance belongs to. |
|
Gets the number of the workflow process the instance belongs to. |
|
Gets the date when the current workflow instance was started. |
|
Gets the date when the current task instance should be finished. |
|
Gets the date when the current task instance was started. |
|
The unique number for the current workflow token. |
|
Gets the version number of the workflow process the instance belongs to. |
All properties are read-only.
This class does not have any methods. |