IWorkflowServiceGetWorkflowStatus Method

Scanjour Workflow4 Reference Manual
Get the current status of a workflow instance.

Namespace:  Scanjour.Workflow4.Web.Services
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

WorkflowStatus GetWorkflowStatus(
	Guid instanceId
)

Parameters

instanceId
Type: SystemGuid
The workflow instance

Return Value

Type: WorkflowStatus
Current status of the workflow instance
See Also

Reference