IWorkflowService.StartWorkflow Method

Scanjour Workflow4 Reference Manual
Start a workflow based on the given instance ID.

Namespace:  Scanjour.Workflow4.Web.Services
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax

Guid StartWorkflow(
	string onBehalfOfUser,
	string rowId
)

Parameters

onBehalfOfUser
Type: System.String
The user who is to start the workflow.
rowId
Type: System.String
The ID for the workflow instance to start

Return Value

Type: Guid
Instance identification for the created workflow
See Also

Reference