task-instance.md 907 字节
Newer Older
1
# Task Instance
2

3
## Batch Task Instance
4

5
### Create Task Instance
6 7

Click `Project Management -> Workflow -> Task Instance` to enter the task instance page, as shown in the figure below, click the name of the workflow instance to jump to the DAG diagram of the workflow instance to view the task status.
8

9
![task-instance](../../../../img/new_ui/dev/project/batch-task-instance.png)
10

11
### View Log
12 13

Click the `View Log` button in the operation column to view the log of the task execution
14

15
![task-log](../../../../img/new_ui/dev/project/task-log.png)
16 17 18 19 20 21 22 23 24

## Stream Task Instance

-Switch to the stream task instance page, as shown in the following figure:

![task-instance](../../../../img/new_ui/dev/project/stream-task-instance.png)

- SavePoint: Click the `SavePoint` button in the operation column to do stream task savepoint.
- Stop: Click the `Stop` button in the operation column to stop the stream task.
25