-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mixing of PrepID Tasks #20
Comments
This is what I see from wmstats API Some tasks' prepID seems to be end with 00009, but this workflow's prepID seems to be consistent to me, ending with 00015 |
Okay. This matches what Andres sees, so it's likely that the tasks don't have to match the workflow name. Also, from the wmstats API, it looks like different tasks are under different PrepIDs. @sharad1126 @vlimant Does that make sense that different tasks under the same workflow have different PrepIDs? We will have to change the presentation hierarchy if that's the case. |
yes, multiple prepids can be present by workflow, the two first column of your screenshot should be "inverted" |
How do we group ACDCs together then? |
@vargasa It looks like each workflow is still only associated with one PrepID. We can keep ACDCs together this way. You can usually tell this based on the name, or you can add the same check that the old console does through request manager: https://github.com/dabercro/WorkflowWebTools/blob/master/workflowwebtools/workflowinfo.py#L454 |
Hi @dabercro. It is not the case, for instance the workflow
|
Yeah, the tasks still might be associated with multiple PrepIDs, but the workflow itself is only associated with one. In this case, it would be We can tell which PrepID to pick from the workflow name too. |
@hbakhshi So doing this with the |
It starts rendering the
Then it renders each
And finally the list of
@dabercro I remember you mentioned some |
Sorry for the late reply. Yeah, I see this happen for the duplicates when I use the filter |
There seem to be workflows that mix tasks together. For example, in this screen shot, both PrepIDs are including tasks that look like they should belong to the other PrepID, based on the numbers "00413" and "00561". This results in duplicate tasks.
The text was updated successfully, but these errors were encountered: