Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Olga Nad [email protected]
TL;DR
Merging in UI feature work around gate nodes, plus completed refactor of the execution page.
Type
Are all requirements met?
Complete description
1. Gate Nodes:
Gate nodes can be in
Paused
state, and when they are, in the Nodes list theResume
button was added to launch the form. In the Graph tabpaused
nodes will also render the same button within the node item, and in the bottom left corner aPaused tasks
button will appear similar to theLegend
button, containing the list of all paused nodes in the workflow, with the ability to quickly launch the resume form from the list by clicking on theResume
button for the selected item. Details slide-out tab is also improved to includeResume
button in the header section.2. Execution Page Refactor:
Completed data standardization between all 3 tab views on the page - data is being loaded and transformed on the page level, and then each tab consumes everything it needs to fulfill its render purpose:
Tracking Issue
NA
Follow-up issue
NA