Skip to content
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

Unable to select separate sub tasks in a map_task inside of a subworkflow #185

Open
jvfe opened this issue Oct 21, 2022 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@jvfe
Copy link
Contributor

jvfe commented Oct 21, 2022

Describe the bug

When using a map_task inside of a subworkflow that's running on a top-level workflow, you are unable to select each separate subtask and see the separate messages/task logs for each of them. I developed a test workflow, based on the default one, to show this bug in action (Source Code)

To Reproduce
Steps to reproduce the behavior:

  1. Go to this test workflow I developed to show the bug
  2. Run the workflow with the test-data provided
  3. In the execution graph, press enter to see the tasks in the subworkflow
  4. Selecting the mapper_assembly_task_0 node doesn't show the separate logs/messages.
    This is in contrast to the mapper_copy_read1_1 node, which, being outside of a subworkflow,
    allows you to check the subtasks separately.

Expected behavior
I expect to be able to see the messages and logs for each separate subtask of a map_task that's inside of a subworkflow.

Screenshots
image
Selecting a map_task inside of a subworkflow ^

image
Selecting a map_task outside of a subworkflow ^

Desktop (please complete the following information):

  • OS: Manjaro Linux
  • Browser: Firefox
  • Version: 105.0.3
@jvfe jvfe added the bug Something isn't working label Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants