Create a new instance in the wzp_workflow_instance register.
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 string CreateWorkflowInstance( Uri oDataUri, Guid instanceId, WorkflowCreationData workflowCreationData, string workflowKey, string machineId )
Parameters
- oDataUri
- Type: SystemUri
The OData Uri. - instanceId
- Type: SystemGuid
The instance_id - workflowCreationData
- Type: Scanjour.Workflow4.BaseWorkflowCreationData
The workflow ceration data structure. - workflowKey
- Type: SystemString
The id of the workflow in the workflow register - machineId
- Type: SystemString
The identification of the host.
Return Value
Type: 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