Click or drag to resize

CommonDatabaseFunctionsGetWorkflowInstanceFileKey Method

Gets the file key from the case that started the process.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetWorkflowInstanceFileKey(
	Uri oDataUri,
	string instanceId
)

Parameters

oDataUri  Uri
The OData Service endpoint.
instanceId  String
The instance identity.

Return Value

String
The file key
See Also