DatabaseFunctionsSetPersistedWorkflowData Method (Uri, Guid, String, DateTime)

Scanjour Workflow4 Reference Manual
Update the persisted workflow Xaml or xml string.

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

Parameters

oDataUri
Type: SystemUri
The OData Uri.
instanceId
Type: SystemGuid
The instance id.
data
Type: SystemString
The Xaml or xml string.
dueDateTime
Type: SystemDateTime
The next due date.
See Also

Reference