Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit b7c48a9

Browse files
committed
gh-3360 Dashboard: Document Task Execution Cleanup Feature
* Update screenshots * Add doc
1 parent 64f098a commit b7c48a9

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/dashboard.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,9 @@ To do so, click the Definitions tab and select the task you want to launch by pr
296296
[[dashboard-tasks-executions]]
297297
=== Executions
298298

299-
The Executions tab shows the current running and completed tasks.
299+
The Executions tab shows the current running and completed task executions. From this page you can drill down into the Task Execution details page. Furthermore, you can relaunch a Task Execution or stop a running execution.
300+
301+
Lastly, you can clean up 1 or more Task Executions. This operation will remove any associated Task and/or Batch Job from the underlying persistence store. This operation can only be triggered for _parent_ Task Executions and will cascade down to the child Task Executions (if there are any).
300302

301303
The following image shows the Executions tab:
302304

@@ -309,7 +311,6 @@ For each task execution on the Executions page, a user can retrieve detailed inf
309311

310312
image::{dataflow-asciidoc}/images/dataflow-task-execution-detail.png[List of Task Executions, scaledwidth="100%"]
311313

312-
313314
On this screen the user can view not only the information from the Task Executions page but also:
314315

315316
* Task Arguments
@@ -318,6 +319,13 @@ On this screen the user can view not only the information from the Task Executio
318319
* Job Execution Ids links (Clicking the Job Execution Id will take you to the <<dashboard-job-executions-details>> for that Job Execution Id.)
319320
* Task Execution Duration
320321
* Task Execution Exit Message
322+
* Logging output from the Task Execution
323+
324+
Additionally, users can trigger the following operations:
325+
326+
* Relaunch the Task
327+
* Stop a running Task
328+
* Task Execution cleanup (For parent Task Executions only)
321329

322330
==== Stop Executing Tasks
323331

57 KB
Loading
219 KB
Loading
78.9 KB
Loading

0 commit comments

Comments
 (0)