Ant Organisation Ltd documentation

WorkflowManager.GetWorkflowDefinitionForKey Method (AuthenticatedUser, Int64, Boolean)

Gets a workflow definition for a key

public WorkflowDefinition GetWorkflowDefinitionForKey(
   AuthenticatedUser user,
   long key,
   bool live
);

Parameters

user
Logged on user
key
Key of the workflow definition
live
True if a live definition is required, false gets the latest definition with this key

Return Value

The workflow definition with the key

See Also

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