IWorkflowServiceRestartWorkflow Method

Scanjour Workflow4 Reference Manual
Restart 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: 23.1.0.0 (23.1.0.0)
Syntax

Guid RestartWorkflow(
	string onBehalfOfUser,
	string rowId
)

Parameters

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

Return Value

Type: Guid
Instance identification for the created workflow
See Also

Reference