Click or drag to resize

WorkflowManagerGetWorkflowTaskDetails Method

Return details of given task.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public WorkflowTaskDetails GetWorkflowTaskDetails(
	Guid taskGuid
)

Parameters

taskGuid
Type: SystemGuid

Return Value

Type: WorkflowTaskDetails
See Also