WorkflowManagerGetWorkflowInstanceDetails Method

Gets workflow instance details.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Gets workflow instance details.")]
public WorkflowDetails GetWorkflowInstanceDetails(
	Guid workflowInstanceGuid
)

Parameters

workflowInstanceGuid  Guid

Return Value

WorkflowDetails

See Also