Ant Organisation Ltd documentation

WorkflowManager.StartNewWorkflowInstance Method (AuthenticatedUser, WorkflowDefinition, XmlDocument, XmlDocument)

Starts a new workflow of the given type

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

Parameters

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

Return Value

See Also

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