Click or drag to resize

DatabaseFunctionsGetProcessType Method

Get the process type of the workflow instance.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetProcessType(
	Uri oDataUri,
	Guid instanceId,
	string rowId = null
)

Parameters

oDataUri  Uri
The OData Uri
instanceId  Guid
The instance id.
rowId  String  (Optional)
The instance row id

Return Value

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