Click or drag to resize

WorkflowHostStartWorkflow Method

Start a workflow based on data in the wzp_workflow_instance table

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public Guid StartWorkflow(
	Uri oDataUri,
	string onBehalfOfUser,
	string rowId,
	SecurityContext securityContext = SecurityContext.User
)

Parameters

oDataUri  Uri
The Odata Uri.
onBehalfOfUser  String
The user who is to start the workflow.
rowId  String
The ID for the workflow instance to start
securityContext  SecurityContext  (Optional)
Security context with default user context.

Return Value

Guid
Instance identification for the created workflow
See Also