You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/quick-start.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ To stop the recording, open the Automa popup and click the ⏹️ button. To lea
25
25
### Start Recording From a Specific Block in Workflow
26
26
If you already create a workflow and want to start recording from a specific block inside a workflow, you can right-click on an output of the block and click the "Record from here" menu.
@@ -38,6 +38,6 @@ Inside the editor, you'll see a trigger block. This trigger block is where the w
38
38
39
39
To add a block to the workflow, drag a block from the blocks list on the left side and drop it into the canvas. And to connect the trigger block with the block you added, drag the trigger block output and drop it into the block input.
Copy file name to clipboardExpand all lines: docs/reference/packages.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ There are two ways to create a package,
13
13
### From Workflow Editor
14
14
To create a package from a workflow editor, select blocks first. You can select a block by pressing shift and dragging the mouse to the blocks you want to select. Right-click and click the "Set as package" menu.
You only need to navigate to the packages page, click the "New package" button, and input the package name and description.
@@ -25,13 +25,13 @@ To edit a package, go to the packages page and select the package you want to ed
25
25
26
26
When you set the package as a block, it will be treated as a block when using it inside a workflow. And to enable this option, go to the settings tab when editing a package.
27
27
28
-

28
+

29
29
30
30
#### Block Inputs & Outputs
31
31
32
32
To define the inputs and the outputs of the block, you only need to right-click on a block input or output of the package and select if you want to set it as the package block input or output.
Copy file name to clipboardExpand all lines: docs/workflow/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: Workflow
6
6
Workflow is a collection of connected blocks to automate a process.
7
7
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.
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 (<v-remixiconname="riMore2Line"size="18" />) and select the "Export" menu.
Copy file name to clipboardExpand all lines: docs/workflow/testing-mode.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,4 @@ You can test each step of the workflow and verify the output of each step withou
11
11
12
12
When the workflow is in Testing Mode, you'll see the <v-remixiconname="riRecordCircleLine" /> icon on the workflow blocks. It's used to set the block as the breakpoint. Breakpoint is designed to point in the workflow where the execution of the workflow will be paused, allowing you to inspect the state of the workflow and its variables.
0 commit comments