taipy icon indicating copy to clipboard operation
taipy copied to clipboard

Color outline to indicate task execution state in scenario dag

Open AlexandreSajus opened this issue 8 months ago • 5 comments

Description

The scenario dag tasks could have outline colors to indicate in which state they are in when the scenario is submitted:

  • yellow means "pending"
  • orange means "running"
  • green means "ran"
  • red means "errored"
  • nothing means "not pending"

image

For example, here it would mean that clean_data has ran without issue, predict is currently running and evaluate will be ran afterwards.

This is very similar to a product an INCREDIBLE engineer made (or Zerve): flow_example

Solution Proposed

No response

Impact of Solution

No response

Additional Context

No response

Code of Conduct

  • [X] I have checked the existing issues.
  • [ ] I am willing to work on this issue (optional)

AlexandreSajus avatar Jun 11 '24 09:06 AlexandreSajus