Click or drag to resize

WorkflowManagerGetWorkflowStatus Method

Return the status of given workflow.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public WorkflowStatus GetWorkflowStatus(
	Guid workflowInstanceGuid
)

Parameters

workflowInstanceGuid
Type: SystemGuid

Return Value

Type: WorkflowStatus
See Also