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/hop.git
The following commit(s) were added to refs/heads/master by this push:
new 5f880b2c61 fixed incorrect pipeline references. fixes #2412
new 4c5f3ce8fb Merge pull request #2443 from bamaer/2412
5f880b2c61 is described below
commit 5f880b2c6195da24c7ef4cee9e0f10780b67b211
Author: Bart Maertens <[email protected]>
AuthorDate: Mon Feb 20 09:55:25 2023 +0100
fixed incorrect pipeline references. fixes #2412
---
.../modules/ROOT/pages/metadata-types/workflow-log.adoc | 6 +++---
.../hop/reflection/workflow/meta/messages/messages_en_US.properties | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/metadata-types/workflow-log.adoc
b/docs/hop-user-manual/modules/ROOT/pages/metadata-types/workflow-log.adoc
index 9da37f906f..51cfec7637 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/metadata-types/workflow-log.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/metadata-types/workflow-log.adoc
@@ -42,9 +42,9 @@ This receiving pipeline can then process this logging
information and e.g. write
|Enabled?|true|
|Logging parent workflow only|true|
|Pipeline executed to capture logging||the pipeline to process the logging
information for this workflow log
-|Execute at the start of the pipeline?|true|Should this workflow log be
executed at the start of a pipeline run
-|Execute at the end of the pipeline?|false|Should this workflow log be
executed at the end of a pipeline run
-|Execute periodically during execution?|true|Should this workflow log be
executed periodically during a pipeline run
+|Execute at the start of the workflow?|true|Should this workflow log be
executed at the start of a workflow run
+|Execute at the end of the workflow?|false|Should this workflow log be
executed at the end of a workflow run
+|Execute periodically during execution?|true|Should this workflow log be
executed periodically during a workflow run
|Interval in seconds|30|if executed periodically, indicates the interval at
which the workflow log is executed
|===
diff --git
a/plugins/misc/reflection/src/main/resources/org/apache/hop/reflection/workflow/meta/messages/messages_en_US.properties
b/plugins/misc/reflection/src/main/resources/org/apache/hop/reflection/workflow/meta/messages/messages_en_US.properties
index 89d3db20b5..9623b62c88 100644
---
a/plugins/misc/reflection/src/main/resources/org/apache/hop/reflection/workflow/meta/messages/messages_en_US.properties
+++
b/plugins/misc/reflection/src/main/resources/org/apache/hop/reflection/workflow/meta/messages/messages_en_US.properties
@@ -20,8 +20,8 @@ WorkflowLoggingEditor.Name.Label=Name
WorkflowLoggingEditor.Enabled.Label=Enabled?
WorkflowLoggingEditor.LoggingParentsOnly.Label=Logging parent workflows only
WorkflowLoggingEditor.Filename.Label=Pipeline executed to capture logging
-WorkflowLoggingEditor.AtStart.Label=Execute at the start of a pipeline?
-WorkflowLoggingEditor.AtEnd.Label=Execute at the end of a pipeline?
+WorkflowLoggingEditor.AtStart.Label=Execute at the start of a workflow?
+WorkflowLoggingEditor.AtEnd.Label=Execute at the end of a workflow?
WorkflowLoggingEditor.Periodic.Label=Execute periodically during execution?
WorkflowLoggingEditor.Interval.Label=Interval in seconds
WorkflowLoggingEditor.Sources.Label=Capture output of the following workflows