-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] List single task executions for a task doesn't work #542
Comments
cc @schottra |
8 tasks
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* fix: upgrade react-flow-renderer version Signed-off-by: James <james@union.ai> * fix: use setTimeout for queue on the next render Signed-off-by: James <james@union.ai> * fix: use one state variable and fitView after nodesChange Signed-off-by: James <james@union.ai> * fix: graph edge overlaps nodes issue Signed-off-by: James <james@union.ai> * introduce needFitView * edge overlap
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
…ion for ray (flyteorg#542) Signed-off-by: Daniel Rammer <daniel@union.ai>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
…ion for ray (flyteorg#542) Signed-off-by: Daniel Rammer <daniel@union.ai>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Because generated workflow definitions for a single task execution are marked as SYSTEM_GENERATED admin filters out these workflows on list calls. Similarly, the generated launch plans are marked inactive and also filtered.
Expected behavior
It should be possible to list single task executions for a task.
Flyte component
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Flyte component ALL
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: