WorkflowManagerGetWorkflowStatus Method

Return the status of given workflow.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the status of given workflow.")]
public WorkflowStatus GetWorkflowStatus(
	Guid workflowInstanceGuid
)

Parameters

workflowInstanceGuid  Guid

Return Value

WorkflowStatus

See Also