This is an automated email from the ASF dual-hosted git repository.
usbrandon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new a9fedc9610 Update pipeline.adoc
new 4410b90346 Merge pull request #3481 from Mattang-Dan/patch-62
a9fedc9610 is described below
commit a9fedc961098db2c4ea4d9ef1e87f2ad06ea7957
Author: Mattang-Dan <[email protected]>
AuthorDate: Tue Dec 5 10:01:01 2023 -0800
Update pipeline.adoc
---
docs/hop-user-manual/modules/ROOT/pages/workflow/actions/pipeline.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/pipeline.adoc
b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/pipeline.adoc
index b1cfc72b7d..59b6543c72 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/pipeline.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/pipeline.adoc
@@ -29,6 +29,7 @@ The Pipeline action runs a previously-defined pipeline within
a workflow.
This action is the access point from your workflow to your actual data
processing activity (pipeline).
+== Usage
An example of a common workflow includes getting FTP files, checking existence
of a necessary target database table, running a pipeline that populates that
table, and e-mailing an error log if a pipeline fails.
For this example, the Pipeline action defines which pipeline to run to
populate the table.