Task Monitoring
1. Overview
Task monitoring can monitor task instance status. Task instance refers to an instantiated object of a specific workflow generated when the workflow is running. Each time a workflow is run, the configuration information of the current run will be recorded and a workflow instance will be generated.
Through workflow instances, you can view the basic information of the current workflow run including: start time, end time, running status, as well as the execution status and execution results of each task. In addition, you can perform related operations management on the tasks of the current run through instances, including: re-execution/continue execution from failure/stop/delete instances, etc. Thereby achieving overall running monitoring and unified operations management of various tasks.

2. View Instance Status
2.1. View Instance Details
Click on the list to enter the instance details page, and view the parameter values of the current run, the running status of each task, running logs, upstream and downstream running relationships, etc. through the instance details page.


2.2. View Gantt Chart
Click "View Gantt Chart" to enter the Gantt chart page.
Through the Gantt chart, view the running duration and running status of each task in the workflow instance, as well as queuing time, etc., for troubleshooting abnormal running situations.

3. Manage Instances
Currently supports management of workflow instances, including operations management operations such as "Re-execute", "Continue from Failure", "Stop", etc.
3.1. Re-execute
Re-run the instance according to the generated workflow instance configuration.

3.2. Continue from Failure
Re-execute failed tasks and their downstream tasks without needing to re-execute the entire workflow. Usually used to handle problems such as response timeout or connection failure caused by network reasons during task execution, which can improve the efficiency of problem handling.

3.3. Stop
Stop the workflow that is currently executing.

3.4. Delete
Delete the generated workflow instance, the operation is irreversible.
