ClaimWorkflowInstance |
Scroll |
Claims the workflow instance without loading the instance first.
Namespace: Therefore.API
Visual Basic Public Overridable Function ClaimWorkflowInstance ( _ nInstanceNo As Integer _ nTokenNo As Integer _ )As String C# public virtual String ClaimWorkflowInstance ( int nInstanceNo, int nTokenNo )
Parameters nInstanceNo The instance number of the workflow instance.
nTokenNo The token number of the workflow instance. Always 0 if the workflow instance is not split to different users or routes.
Return Value Empty if successfully claimed. If the workflow instance is already claimed by another user and the claim failed, the user name of the user holding the claim is returned. Users with Admin or Operator permission on the workflow process can always claim a workflow instance. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |