IWorkflow.StartWorkflowByIndex(Int32) 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 index value of the available workflow asset passed in.
public:
void StartWorkflowByIndex(int index);
public void StartWorkflowByIndex (int index);
abstract member StartWorkflowByIndex : int -> unit
Public Sub StartWorkflowByIndex (index As Integer)
Parameters
- index
- Int32
Specifies the index of the available workflow combobox.