This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 8441a1897a small doc fix (#7610)
8441a1897a is described below
commit 8441a1897ada1feb4b0eff7969265b8cc4f10309
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Jul 23 16:50:18 2026 +0200
small doc fix (#7610)
---
.../modules/ROOT/pages/snippets/pipeline-metrics-table.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/snippets/pipeline-metrics-table.adoc
b/docs/hop-user-manual/modules/ROOT/pages/snippets/pipeline-metrics-table.adoc
index d917ce7702..cdc0bca59f 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/snippets/pipeline-metrics-table.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/snippets/pipeline-metrics-table.adoc
@@ -35,5 +35,5 @@ The
xref:pipeline/pipeline-run-configurations/native-local-pipeline-engine.adoc[
|Buffers Output|Number of rows in the output buffer for this transform (can
only higher than 0 during execution)
|Duration|The execution duration for this transform
|Speed|The execution speed in rows per second for this transform. This is
close to the number of rows processed (written or output) by this transform
divided by the duration (not exact because of rounding in the duration)
-|Status|The transform status; Running, Stopped, Finished,
+|Status|The transform status; one of Empty, Initializing, Running, Idle,
Paused, Halting, Halted, Stopped, Finished or Disposed
|===