Adding an Activity
After a flow is created, you must add activities to the flow.
- Click the app in the File Explorer tab of Visual Studio Code to open app details page, then click the
flow name
to open the flow details page. - Click the Activities palette available on the right side. The categories of the activities are displayed.
- Click the category from which you want to add an activity. For example, to add a general activity such as Log Message, click the General category.
- Drag the required activity to the activities area.
- To change the order in which the activities appear in the flow, you can drag the activity anywhere in the activities area.
- Click the
activity
to open its configuration dialog and configure it.
Tip: If you want to add an activity in between two activities, you can directly drop the activity on the branch label in between the two activities. You need not delete the incoming and outgoing connections and reconnect them. Adding an activity between two activities is only possible when an activity is dragged and dropped from the Activities panel, not for the activities already present on the flow canvas.