WorkflowHostExtensionGetWorkflowDataInRegister Method (String, Boolean)

Scanjour Workflow4 Reference Manual
Get the workflow instance information in the wzp_workflow_instance register for the workflow instance.

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

public WorkflowData GetWorkflowDataInRegister(
	string instanceId,
	bool forceUpdate
)

Parameters

instanceId
Type: SystemString
The workflow instance.
forceUpdate
Type: SystemBoolean
Force update of cache.

Return Value

Type: WorkflowData
The workflow instance information.
See Also

Reference