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 )
Parameters
- oDataUri
- Type: SystemUri
The OData Uri. - instanceId
- Type: SystemGuid
The instance id. - data
- Type: SystemString
The Xaml or xml string.
See Also