Ant Organisation Ltd documentation

WorkflowManager.IsLive Method 

Returns true if the workflow definition with this key is live, this method is used to quickly retrieve this information

public bool IsLive(
   AuthenticatedUser user,
   long workflowDefinitionKey
);

Parameters

user
Logged on user
workflowDefinitionKey
Key of the workflow definition

Return Value

True if the definition is live

See Also

WorkflowManager Class | Ant.Workflow Namespace