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/main/references/xircuits-interface/workflow-canvas.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,12 @@ The Xircuits toolbar is displayed on top of every Xircuits canvas. From left to
39
39
7.**Lock**: Locks all components in canvas. Locked components cannot be moved, linked-to nor deleted.
40
40
8.**Log**: Open Xircuits log window.
41
41
9.**Low Power Mode**: Toggle low power mode by disabling link animation.
42
-
10.**Reload All Nodes**: Reloads all nodes in the canvas.
43
-
11.**Save**: Save current Xircuits canvas.
44
-
12.**Compile**: Codegens a Python script based on current canvas.
45
-
13.**Save and Run**: Executes the generated Python script on the Python kernel based on Run Options.
46
-
13.**Xircuits Run Options**
42
+
10.**Toggle Light/Dark Mode**: Switches between light and dark themes.
43
+
11.**Reload All Nodes**: Reloads all nodes in the canvas.
44
+
12.**Save**: Save current Xircuits canvas.
45
+
13.**Compile**: Codegens a Python script based on current canvas.
46
+
14.**Save and Run**: Executes the generated Python script on the Python kernel based on Run Options.
47
+
15.**Xircuits Run Options**
47
48
-**Local Run**: Saves, compiles, and executes Xircuits canvas locally.
48
49
-**Run w/o Compile**: Saves current canvas but does not compile the Python script. Executes Python script with the same filename as the .xircuits file.
49
50
-**Remote Run**: Saves, compiles, then performs a cmd-based remote run. Used often for Spark Submit. For more information, read [Remote Run](remote-run).
@@ -85,7 +86,7 @@ You are able to modify `Parameter Components` (Literal nodes and Argument nodes)
85
86
86
87
There are 2 types of links in Xircuits.
87
88
88
-
1.**Flow Links:** They indicate the sequence of a Xircuits workflow. Flow links are blue line flows connecting βΆ ports which will turn solid yellow when highlighted.
89
+
1.**Flow Links:** They indicate the sequence of a Xircuits workflow. Flow links are blue line flows connecting βΆ ports which will turn solid yellow when highlighted. You can drop a flow link anywhere on a target node to auto-connect to its main flow port.
0 commit comments