1
0
Fork 0
mirror of synced 2024-09-21 11:53:49 +12:00
budibase/packages/server/src/automations
Peter Clement 66fdf03398
Refactor automation orchestrator to support branching (#14461)
* refactor automation thread

* fix infinite loop in branching

* remove try catch

* remove spacing

* remove unecessary addition of branch outputs

* pr comments

* remove loopstep instance variable

* add test to cover failure scenario

* add tests for other automationf ailure conditions

* update test name

* use private keyword instead of underscore

* parse int / string safely

* fix refs

* add condition support for branching and tests

* create helper function for recursing all search filters

* move helper func

* fix import
2024-09-03 08:33:41 +00:00
..
logging
steps Update automation test builder to support branching (#14387) 2024-08-15 16:07:42 +00:00
tests Refactor automation orchestrator to support branching (#14461) 2024-09-03 08:33:41 +00:00
triggerInfo
unitTests
actions.ts
automationUtils.ts Refactor automation orchestrator to support branching (#14461) 2024-09-03 08:33:41 +00:00
bullboard.ts
index.ts
loopUtils.ts
triggers.ts
utils.ts