Ant Organisation Ltd documentation

WorkflowManager.StartNewWorkflowInstance Method

Starts a new workflow of the given type

Overload List

Starts a new workflow of the given type

public WorkflowInstance StartNewWorkflowInstance(AuthenticatedUser,WorkflowDefinition,XmlDocument);

Starts a new workflow instance, based on a workflow definition

public WorkflowInstance StartNewWorkflowInstance(AuthenticatedUser,WorkflowDefinition,XmlDocument,AntConnection,AntTransaction);

Starts a new workflow of the given type

public WorkflowInstance StartNewWorkflowInstance(AuthenticatedUser,WorkflowDefinition,XmlDocument,XmlDocument);

Starts a new workflow instance, based on a workflow definition

public WorkflowInstance StartNewWorkflowInstance(AuthenticatedUser,WorkflowDefinition,XmlDocument,XmlDocument,AntConnection,AntTransaction);

See Also

WorkflowManager Class | Ant.Workflow Namespace