Click or drag to resize

WorkflowManagerGetTaskStatusReport Method

Return all workflows associated with given tasks.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<WorkflowDetails> GetTaskStatusReport(
	TaskStatusReportCriteria criteria
)

Parameters

criteria
Type: FileHold.LibraryManagerTaskStatusReportCriteria

Return Value

Type: ListWorkflowDetails
See Also