Ant Organisation Ltd documentation

WorkflowManager.StartNewWorkflowInstance Method (AuthenticatedUser, WorkflowDefinition, XmlDocument)

Starts a new workflow of the given type

public WorkflowInstance StartNewWorkflowInstance(
   AuthenticatedUser user,
   WorkflowDefinition workflowDefinition,
   XmlDocument parametersInstance
);

Parameters

user
Authenticated user
workflowDefinition
Definition of the workflow to start
parametersInstance
Parameters to start this workflow with

Return Value

See Also

WorkflowManager Class | Ant.Workflow Namespace | WorkflowManager.StartNewWorkflowInstance Overload List