PublicAPI.Processes.WorkflowTaskBase.Find ELMA API Documentation
Find entities according to the fetch options
 
 
Syntax

public ICollection<TaskBase> Find(
	FetchOptions fetchOptions
)

Parameters

fetchOptions
Type: FetchOptions
Fetch Options

Return Value

Type: ICollection TaskBase 
List of Found Entities
See Also