Load.2 |
Scroll |
Loads a specific workflow instance token from the Thereforeā¢ server and allows to specify if the workflow history should be loaded with it or not.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ pServer As TheServer, _ nInstanceNo As Integer, _ nTokenNo As Integer, _ bLoadHistory As Boolean, _ ) C# public virtual void Load ( TheServer pServer, int nInstanceNo, int nTokenNo, bool bLoadHistory )
Parameters pServer A valid and connected TheServer object.
nInstanceNo Unique instance number of the instance to load from the Thereforeā¢ server.
nTokenNo The unique number for the workflow token to load. If set to 0, the server will try to find the closet matching token.
bLoadHistory If true, the history of the workflow instance will be loaded immediately. If false, the history will not be loaded. The history can still be loaded with LoadWorkflowHistory.
Return Value None. |
|
|