Ant Organisation Ltd documentation

WorkflowManager.GetWorkflowInstanceForKey Method (AntConnection, AntTransaction, AuthenticatedUser, Int64)

Gets a workflow instance from a storage key

public WorkflowInstance GetWorkflowInstanceForKey(
   AntConnection connection,
   AntTransaction transaction,
   AuthenticatedUser user,
   long key
);

Parameters

connection
Connection to the database
transaction
Transaction on the connection
user
Logged on user
key
Key of the instance in storage

Return Value

Workflow instance

See Also

WorkflowManager Class | Ant.Workflow Namespace | WorkflowManager.GetWorkflowInstanceForKey Overload List