budibase/packages/server/src/workflows
mike12345567 cfb10ebbe2 Outputting the input record so that it can be used in later steps. 2020-09-18 17:20:19 +01:00
..
queue Major update to server workflow backend, implementing a very basic queue API in between triggers and orchestration and then moving everything around to keep it generally more concise, creating a directory to handle all workflow related matters as they do not pertain to the API (running of workflows is a completely separate operation). 2020-09-10 15:00:21 +01:00
steps Outputting the input record so that it can be used in later steps. 2020-09-18 17:20:19 +01:00
actions.js Updating file structure so that each built in step has its own file containing the definition and the function of it, with the intention of keeping definitions together as they will be handled in the async actions. 2020-09-16 14:00:04 +01:00
index.js Updating some test cases which were failing silently and changing how environment want handled. 2020-09-14 14:32:20 +01:00
logic.js Updating file structure so that each built in step has its own file containing the definition and the function of it, with the intention of keeping definitions together as they will be handled in the async actions. 2020-09-16 14:00:04 +01:00
thread.js Some fixes after playing around with the new Builder UI. 2020-09-17 16:16:05 +01:00
triggers.js Fixing an issue where any workflow would be triggered by the same type of event - now matching models. 2020-09-18 13:51:56 +01:00