-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Workflow invocations state for successful invocations and embedded #15428
Comments
I don't think that's a bug, they are scheduled. That has nothing to do with job states, so that is the only thing that really makes sense there. You can easily have failed jobs in a "successful" invocation. Are you maybe looking for an additional count of how many jobs are ok/paused/errored etc ?
Can you elaborate what you've done to reach that state ?
Yes, there is no polling for updates. Possibly the reason for 2 ? |
Scheduled means the invocation has been scheduled successfully, that means all steps have been created in the database. If jobs for all steps can be scheduled ahead of time it's often fairly quick / immediate, but it can happen that we can't create jobs yet because no reference to intermediate datasets exist, in that case the scheduler is waiting until that is the case. You've seen the other cases, an invocation can be cancelled (on user request or be deleting the history) and it can fail (for a variety of reasons, like output datasets that are never going to be produced, or if jobs fail that are required in order to proceed scheduling more jobs). |
We should probably explain ^^ in a glossary or tooltip or something like that |
That actually happened |
Describe the bug
scheduled
stateunknown
when parent workflow isscheduled
,cancelled
orfailed
.Galaxy Version and/or server at which you observed the bug
usegalaxy.org (v23.0.rc1)
To Reproduce
Steps to reproduce the behavior:
Workflow Invocations
from theUser
menuExpected behavior
Show
successful
for successful invocations and show the state of embedded workflow invocations based on their parent state and show the last state of each in the tableThe text was updated successfully, but these errors were encountered: