Ant Organisation Ltd documentation

WorkflowManager.GetWorkflowInstancesForCreator Method 

Gets all the workflow instances which have the passed in creator

public ICollection GetWorkflowInstancesForCreator(
   AuthenticatedUser user,
   User creator,
   bool includeCompleted
);

Parameters

user
Logged on user
creator
Creator 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