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 ada51ca6a2 [DOC] fix typo
     new 473ecbb676 Merge pull request #3455 from hansva/master
ada51ca6a2 is described below

commit ada51ca6a2a8aadf6ad7774a508128525f9f5031
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Nov 24 10:46:54 2023 +0100

    [DOC] fix typo
---
 .../modules/ROOT/pages/pipeline/transforms/workflow-logging.adoc        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/workflow-logging.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/workflow-logging.adoc
index 35177d065b..c7a193dc5e 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/workflow-logging.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/workflow-logging.adoc
@@ -79,7 +79,7 @@ The transform requires very little configuration, but 
provides a lot of informat
 3+|**Action Logging Fields**
 |actionName|String|the name of the action in the logged pipeline
 |actionNr|Integer|the number of the current action
-|actionResult|the result (exit code, Y/N) of the current action
+|actionResult|Boolean|the result (exit code, Y/N) of the current action
 |actionLogChannelId|String|log channel id for the current action
 |actionLoggingText|String|logging text for the current action
 |actionErrors|Integer|number of errors for the current action

Reply via email to