WorkflowHostCreateWorkflow Method (Uri, WorkflowCreationData)

Scanjour Workflow4 Reference Manual
Create a workflow from the given data. Creation will be done using the SOM session, which must be impersonated to the calling user.

Namespace:  Scanjour.Workflow4.Host
Assembly:  Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public Guid CreateWorkflow(
	Uri oDataUri,
	WorkflowCreationData workflowData
)

Parameters

oDataUri
Type: SystemUri
The Odata Uri.
workflowData
Type: Scanjour.Workflow4.BaseWorkflowCreationData
Data for workflow creation

Return Value

Type: Guid
Instance identification for the created workflow
See Also

Reference