WorkflowManagerGetWorkflowForTask Method

Return workflow details by task id

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return workflow details by task id")]
public WorkflowDetails GetWorkflowForTask(
	Guid taskId
)

Parameters

taskId  Guid

Return Value

WorkflowDetails

See Also