Click or drag to resize

DatabaseFunctionsSetWorkflowStateToPersistedForServer Method

Sets the workflow status back to persisted if the workflow status is running.

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 SetWorkflowStateToPersistedForServer(
	Uri oDataUri,
	string serverName
)

Parameters

oDataUri  Uri
The OData Uri.
serverName  String
The host name.
See Also