This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch release/2.6.0
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/release/2.6.0 by this push:
new c11d762d8d Add missing param delay in seconds
new 34556b8fe4 Merge pull request #3322 from Jerem59/patch-1
c11d762d8d is described below
commit c11d762d8dff961fd0aa31f2b330254d66b6e6a3
Author: jerem <[email protected]>
AuthorDate: Thu Oct 26 15:32:48 2023 +0200
Add missing param delay in seconds
---
docs/hop-user-manual/modules/ROOT/pages/workflow/actions/repeat.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/repeat.adoc
b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/repeat.adoc
index 7fb49252da..12f2dbd70f 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/repeat.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/repeat.adoc
@@ -47,6 +47,8 @@ The condition is either:
|Optional variable value| Only stop repeating when the above variable is set
and contains this exact value
+|Delay variable in seconds| Allow file execution to repeat using specified
value in seconds
+
|Keep variable values after execution| This option keeps the variable values
after a (repeating) pipeline or workflow execution to inject into the next
iteration.
|Logging file|In this group you can specify if you want to log to a file and
how that should be done