DatabaseFunctionsGetPersistedWorkflowInformation Method

Scanjour Workflow4 Reference Manual
Get information of a persisted workflow instance.

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

public static PersistedWorkflowInformation GetPersistedWorkflowInformation(
	Uri oDataUri,
	Guid instanceId
)

Parameters

oDataUri
Type: SystemUri
The OData uri.
instanceId
Type: SystemGuid
The instance id.

Return Value

Type: PersistedWorkflowInformation

[Missing <returns> documentation for "M:Scanjour.Workflow4.Host.DatabaseFunctions.GetPersistedWorkflowInformation(System.Uri,System.Guid)"]

See Also

Reference