apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.77k stars 4.59k forks source link

[Feature][Workflow Instance] The workflow instance interface displays the task progress #15045

Open yyccww123 opened 12 months ago

yyccww123 commented 12 months ago

Search before asking

Description

The workflow instance interface displays the task progress. Like this n/m, n Indicates the number of completed tasks,m indicates the total number of tasks. The red background means have failed tasks,the green background means tasks finished ,the yellow means have unfinished tasks

Use case

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

xjlgod commented 11 months ago

It means add a interface to ProcessInstanceController? The interface respnse is the number of tasks in different states within workflow instance. Or also need to add a progress bar display in the workflow instance UI?