This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git
The following commit(s) were added to refs/heads/master by this push:
new 3092db0 HOP-2910: replace transform by action in workflow getting
started
3092db0 is described below
commit 3092db02193643da4d5e1bfe283753f0373595c2
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Jun 29 16:02:10 2021 +0200
HOP-2910: replace transform by action in workflow getting started
---
.../modules/ROOT/pages/getting-started/hop-gui-workflows.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-gui-workflows.adoc
b/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-gui-workflows.adoc
index 6ac3642..2b7efd4 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-gui-workflows.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-gui-workflows.adoc
@@ -69,9 +69,9 @@ TIP: check the xref:workflow/actions.adoc[full list of
actions]. There are over
Creating a hop is identical to creating a hop in a pipeline:
-* **shift-drag**: while holding down the shift key on your keyboard. Click on
a transform, while holding down your primary mouse button, drag to the second
transform. Release the primary mouse button and the shift key.
-* **scroll-drag**: scroll-click on a transform , while holding down your
mouse’s scroll button, drag to the second transform. Release the scroll button.
-* click on a transform in your pipeline to open the '**click anywhere**'
dialog. Click the 'Create hop' image:getting-started/icons/HOP.svg[Create hop,
25px, align="bottom"] button and select the transform you want to create the
hop to.
+* **shift-drag**: while holding down the shift key on your keyboard. Click on
an action, while holding down your primary mouse button, drag to the second
action. Release the primary mouse button and the shift key.
+* **scroll-drag**: scroll-click on an action , while holding down your mouse’s
scroll button, drag to the second action. Release the scroll button.
+* click on an action in your pipeline to open the '**click anywhere**' dialog.
Click the 'Create hop' image:getting-started/icons/HOP.svg[Create hop, 25px,
align="bottom"] button and select the action you want to create the hop to.
image:getting-started/gs-hop-gui-create-workflow-add-pipeline-action.png[]
@@ -85,4 +85,4 @@ Select the 'local' workflow runtime configuration that is
available by default i
image:getting-started/gs-hop-gui-create-workflow-run.png[]
-You’ll now have an execution results pane very similar to the pipeline
execution results.
\ No newline at end of file
+You’ll now have an execution results pane very similar to the pipeline
execution results.