Click or drag to resize

DatabaseFunctionsSetPersistedWorkflowData(Uri, Guid, String, DateTime) Method

Update the persisted workflow Xaml or xml string.

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 SetPersistedWorkflowData(
	Uri oDataUri,
	Guid instanceId,
	string data,
	DateTime dueDateTime
)

Parameters

oDataUri  Uri
The OData Uri.
instanceId  Guid
The instance id.
data  String
The Xaml or xml string.
dueDateTime  DateTime
The next due date.
See Also