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

WIP: sketchy start at supporting nester parallel branches in graph #360

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

timbrown5
Copy link
Contributor

An experiment, more than a proposal to see how to resolve #51

  • added the concept of NodeRows (that can child rows)
  • split and updated the processTopStage the method in PipelineGraphLayout to add nested parallels (these aren't nested inside parent NodeRows at the moment).
  • update other classes to not break when they see a NodeRow.

Testing done

  • Tested using local pipeline - not updated spec tests to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for visualizing pipeline with nested parallel stages
1 participant