Click or drag to resize

WorkflowManagerGetWorkflowTasks Method (Guid)

Return all tasks associated with given workflow.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<WorkflowTaskDetails> GetWorkflowTasks(
	Guid workflowInstanceGuid
)

Parameters

workflowInstanceGuid
Type: SystemGuid

Return Value

Type: ListWorkflowTaskDetails
See Also