IWorkflow.StartWorkflowByName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts Workflow from the name of the workflow passed in.
public:
void StartWorkflowByName(System::String ^ name);
public void StartWorkflowByName (string name);
abstract member StartWorkflowByName : string -> unit
Public Sub StartWorkflowByName (name As String)
Parameters
- name
- String
Specifies the name of workflow.