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

Automation Branching UX #14783

Merged
merged 115 commits into from
Nov 5, 2024
Merged

Automation Branching UX #14783

merged 115 commits into from
Nov 5, 2024

Conversation

deanhannigan
Copy link
Contributor

@deanhannigan deanhannigan commented Oct 13, 2024

Description

Adds the ability to create new branched automations in the builder.

  • FIX - loop block binding added multiple times. Consecutive loops will continue to add currentItem bindings to the available bindings pool.
  • FIX - error reporting in loop blocks would inadvertently overwrite the wrong results. If a loop failed it would update at the loop failure index and not the loop step index.
  • Update - existing automations using step index runtime bindings (steps.2.myBindings), will be migrated automatically to use step id bindings. This change was made to better accomodate branching as a feature but it also means that we don't have to continually parse steps when you alter the step order. No change is required by the user. Existing automations will continue to run without modification

Addresses

Screenshots

Incoming

Launchcontrol

Adds support for creating branched automations in the builder!

Feature branch env

Feature Branch Link

…ults for automations. Added fix for stacking currentItem loop bindings
@adrinr adrinr changed the base branch from v3-ui to master November 4, 2024 09:09
@shogunpurple shogunpurple marked this pull request as ready for review November 5, 2024 11:06
@shogunpurple shogunpurple requested a review from a team as a code owner November 5, 2024 11:06
@shogunpurple shogunpurple requested review from samwho and removed request for a team November 5, 2024 11:06
@shogunpurple shogunpurple merged commit f2e6032 into master Nov 5, 2024
14 checks passed
@shogunpurple shogunpurple deleted the feature/automation-branching-ux branch November 5, 2024 19:17
@github-actions github-actions bot locked and limited conversation to collaborators Nov 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
do not merge PR is not ready to be merged - generally the PR description should say why feature-branch-enterprise Release this PR code into a feature branch with a Enterprise license size/xl
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants