Partager via


IWorkflow.StartWorkflowByIndex(Int32) Method

Definition

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.

Applies to