Click or drag to resize

DatabaseFunctionsCreateWorkflowInstance Method

Create a new instance in the wzp_workflow_instance register.

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 string CreateWorkflowInstance(
	Uri oDataUri,
	Guid instanceId,
	WorkflowCreationData workflowCreationData,
	string workflowKey,
	string machineId
)

Parameters

oDataUri  Uri
The OData Uri.
instanceId  Guid
The instance_id
workflowCreationData  WorkflowCreationData
The workflow ceration data structure.
workflowKey  String
The id of the workflow in the workflow register
machineId  String
The identification of the host.

Return Value

String

[Missing <returns> documentation for "M:Scanjour.Workflow4.Host.DatabaseFunctions.CreateWorkflowInstance(System.Uri,System.Guid,Scanjour.Workflow4.Base.WorkflowCreationData,System.String,System.String)"]

See Also