Click or drag to resize

DatabaseFunctionsUpdateWorkflowInstance Method

Update workflow instance with instance id.

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 void UpdateWorkflowInstance(
	Uri oDataUri,
	string Id,
	Guid instanceId,
	string server
)

Parameters

oDataUri  Uri
The OData Uri.
Id  String
The ID of the instance.
instanceId  Guid
The instance id.
server  String
The host name.
See Also