TheWFProcess Class |
Scroll |
TheWFProcess represents the definition of an Thereforeā¢ workflow process loaded from a data base table on the server.
Namespace: Therefore.API
Visual Basic Public Class TheWFProcess C# public class TheWFProcess |
Name |
Description |
Returns whether or not the workflow process is activated. |
|
Returns whether or not a workflow instance can be started manually in this workflow process. |
|
Returns whether or not the workflow process is enabled. |
|
Gets the case definition number of the related category. |
|
Gets the category number of the related category. |
|
Gets the number of days until workflow instance is deleted. |
|
Gets the mail text that is sent to a user a workflow instance is delegate to. |
|
Gets the description text of the workflow process. |
|
Gets the duration for a workflow instance in days. |
|
Gets the number of the folder containing the workflow process. |
|
Gets the GUID of the workflow process. |
|
Gets the date and time when the workflow process was modified the last time. |
|
Gets the workflow process name of the current workflow process. |
|
Gets the mail text that is sent if an error occurs in a workflow instance. |
|
Gets the mail address to send the notification email to if an error occurs in a workflow instance. |
|
Gets the mail text that is sent if a workflow instance is overdue. |
|
Gets the process number of the workflow process. |
|
Gets the version number of the workflow process. |
Note
All properties are read-only.
Name |
Description |
Gets the a list of all task numbers of the workflow process. |
|
Gets the currently used LCID. |
|
Gets the description of the workflow process in the specified language. |
|
Gets the end task of the workflow process. |
|
Gets the name of the workflow process in the specified language. |
|
Gets the start task of the workflow process. |
|
Gets the task with the specified number of the workflow process. |
|
Gets a TheWFTransition object between the two specified workflow tasks exists. |
|
Loads the workflow process definition with the given process number. |
|
Sets the currently used LCID. |
|
Gets a string representation of the object. |
|
Returns whether or not a transition between the two specified workflow tasks exists. |