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 22857abc40 Update execinfo.adoc
     new 0fa5f4b7bc Merge pull request #3177 from Mattang-Dan/patch-5
22857abc40 is described below

commit 22857abc40471f902ba4345f6ad2b5d959b17fe3
Author: Mattang-Dan <[email protected]>
AuthorDate: Tue Aug 29 07:54:04 2023 -0700

    Update execinfo.adoc
---
 .../modules/ROOT/pages/pipeline/transforms/execinfo.adoc               | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/execinfo.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/execinfo.adoc
index fec7575988..7057f71cd7 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/execinfo.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/execinfo.adoc
@@ -31,6 +31,9 @@ Depending on which operation you select, different input 
options will be enabled
 The output of the transform will be different as well.
 This means that this transform always needs input-rows in order to produce 
output.
 
+**Example to delete 200 Execution Id’s:**
+First use Generate rows to create your fields and values to use (children: 
Boolean = true) and (limit: Integer = 200). Then use a first transform to get 
the ids (Operation: Get execution IDs), and a second connected transform to 
delete them (Operation: Delete execution). Optionally you can also delete by 
other fields such as date and ID. It can take a while to query the Execution 
Information, so keep an eye on the Duration column.
+
 | == Supported Engines
 [%noheader,cols="2,1a",frame=none,role="table-supported-engines"]
 

Reply via email to