Workflow
Workflow is a collection of connected blocks to automate a process. When running the workflow, it will start executing from the trigger block and then to a block that connects to it afterward. The workflow execution ends when all the blocks are executed. And you can view the workflow executions in the workflow logs.
Export and import a workflow
The workflow in Automa is saved in JSON format. And you can export this JSON file and import it into Automa. To export a workflow, click the ellipsis icon () and select the "Export" menu.
And to import the workflow, open the Automa dashboard, click the arrow down icon, click the "Import workflow" menu, and select the JSON file.