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

Draft
wants to merge 100 commits into
base: v3-ui
Choose a base branch
from
Draft

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
PClmnt and others added 30 commits October 28, 2024 21:14
…-condition-base64-encoding-gets-displayed

Fix wrongly removing valueType=binding
…/budibase into feature/automation-branching-ux
…ffset can sometimes not be initialised before moving the mouse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

5 participants