TheWFHistoryEntry |
Scroll |
TheWFHistoryEntry represents an entry in the Thereforeā¢ workflow history.
Namespace: Therefore.API
Visual Basic Public Class TheWFHistoryEntry C# public class TheWFHistoryEntry |
Name |
Description |
Gets the date and time the history entry was created. |
|
Gets the sequence position of the history entry in the history. |
|
Gets the name of the task where the history entry was created. |
|
Gets the number of the task where the history entry was created. |
|
Gets the number of the task where the workflow instance was routed to. This property is only set if type is RoutingEntry or ReroutingEntry. |
|
Gets the text for the history entry. |
|
Gets the TheWFHistoryEntryType of the entry. |
|
Gets the user name of the user who caused the history entry. |
|
Gets the Thereforeā¢ user number of the user who caused the history entry. |
Note
All properties are read-only.
This class does not have any methods. |