Workflows contain your business logic.
A workflow is a file with an extension .vsbot that contains a sequence of activities in the form of a flowchart.
.vsbot
When you create a new robot, a default workflow will be created automatically.
To create a new workflow, click the New Workflow in the Robot pane.
The New Workflow window is shown. Type your workflow name and click OK. The new workflow will be added to your robot.
You can add workflows created as part of another robot to the current robot.
Click the Import button in the Command Ribbon.
Select a workflow file with .vsbot extension.
Click OK.
The workflow will be copied to your current robot directory and added to the robot.
Last updated 2 years ago