-
Notifications
You must be signed in to change notification settings - Fork 30
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 with multiple combo tasks doesn't load #5084
Comments
When this happened to me, it was because projects with transcription enabled automatically add |
I turned off the transcription task for your test project, then built a combo task workflow. This works:
This is a really annoying bug in the project builder. |
More annoying because you can't delete |
Thanks @eatyourgreens ! Interesting and indeed frustrating. I think I'm only seeing the first step / 2 combo tasks on https://frontend.preview.zooniverse.org/projects/markbouslog/test-project-mb/classify/workflow/24812 ? I don't see the second step / 3rd combo task and it's Done (instead of Next) on the first step. |
Oh wait, that's the wrong page. You might need to dig into the code to figure out how the next step is calculated. The next task should be set on the combo task. |
We used combo tasks to build Engaging Crowds projects so they should just work. |
I've gone through and explicitly set the next task for each answer. |
Seems to be working now. I think the single question task determines the next step when you choose an answer, so that you can build branching workflows. |
Yes, that appears to have fixed it, thanks for working through this. The impetus behind this issue is this Notes from Nature Lab workflow - https://www.zooniverse.org/lab/9485/workflows/24808. I've seen the same issue/resolution in that the question task answers in the first combo did not have a next task defined, but once I selected a next task for the question task answers, the steps/combos work as expected. Yep the single question task answers and combo next task are conflicting somewhere in https://github.com/zooniverse/front-end-monorepo/blob/master/packages/lib-classifier/src/store/helpers/convertWorkflowToUseSteps/convertWorkflowToUseSteps.js, but it's not jumping out to me. I'll try and take a closer look during the week. |
The questions here work for me, in mobile Safari. |
Package
Describe the bug
A workflow with multiple combo tasks fails to load:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tasks load.
Additional context
With steps/pages editor this won't be an issue, can use steps/pages editor instead.
The text was updated successfully, but these errors were encountered: