DatabaseFunctionsGetProcessType Method

Scanjour Workflow4 Reference Manual
Get the process type of the 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 string GetProcessType(
	Uri oDataUri,
	Guid instanceId,
	string rowId = null
)

Parameters

oDataUri
Type: SystemUri
The OData Uri
instanceId
Type: SystemGuid
The instance id.
rowId (Optional)
Type: SystemString
The instance row id

Return Value

Type: String
The process type or null if no process exists.
See Also

Reference