Use the designer panel
The Designer panel of the Workflow Builder contains a Sequence container that stores the activities included in your workflow.
You can re-order the workflow items by dragging and dropping them as required. Select and drag it to the required position, between the sequence arrows.
You can remove activities from a sequence, select and hold (or right-click) the item and select Delete.
The Designer section contains the following views:
The Variables view displays the names and data types of arguments being passed in or out of the workflow.
Select the Variables view to display the list of variables included in the workflow.
You can create a variable by selecting Create Variable in the Variables view.
A row is added.
You can set the properties of the variable in the Properties section of the Workflow Builder .
The fields in the Variables view are described in the following table.
| This field | Contains this information... |
|---|---|
| Name | The name of the variable. |
| Variable type | The variable type (for example: Boolean, Int32, String, Object, Array of [T]). |
| Scope | The sequence of the activity. |
| Default |
The optional variable default, set in the Visual Basic expression format. Important.You can hover the cursor over the exclamation mark to display a tooltip containing warning information.
|
The Arguments view displays the names and data types of arguments being passed in or out of the workflow.
Select the Arguments view to display the list of arguments included in the workflow.
The fields in the Arguments view are described in the following table.
| This field | Contains this information... |
|---|---|
| Name | The name of the argument. |
| Direction | The direction of the data. Select from the following:
|
| Argument type | The variable type (for example: Boolean, Int32, String, Object, Array of [T]). |
| Default value | The optional variable default, set in the Visual Basic expression format. |
The Imports view displays imported Visual Basic (VB) .NET libraries, providing additional functionality.
Select the Imports view to display the list of imported namespaces included in the workflow.