Starts a new workflow of the given type
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);