Ant Organisation Ltd documentation

WorkflowManager.GetWorkflowInstancesForOwner Method 

Gets all the workflow instances which have the passed in owner

public ICollection GetWorkflowInstancesForOwner(
   AuthenticatedUser user,
   User owner,
   bool includeCompleted
);

Parameters

user
Logged on user
owner
Owner of the workflows
includeCompleted
True if you want to include completed workflows

Return Value

Collection of WorkflowInstance objects

See Also

WorkflowManager Class | Ant.Workflow Namespace