2 Commits (b186f0fbb2eab0232a549fb58bc6828198fcb831)

Author SHA1 Message Date
mike12345567 5f064ade9d Renaming workflows -> automate/automations, throughout the API and the builder itself. 6 years ago
mike12345567 6ac5e792b5 Initial work towards async block loading, it will pull the manifest.json from a specified bucket and load packages in async when it does not have them - this will need another feature for when running in the cloud to pull all packages it doesn't currently have to the install directory (EFS). 6 years ago
mike12345567 3f6547db4b Fixing an issue where inputs from the builder send empty string when realistically it means no input. 6 years ago
mike12345567 1610f483b0 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. 6 years ago
mike12345567 09565e41d0 Adding new API endpoint which provides all definitions in one. 6 years ago
mike12345567 53e4531c5b Making worker thread decision based on environment variable (BUDIBASE_ENVIRONMENT) and some general tidy up, as well as fixing delete event emitter 6 years ago
Andrew Kingston 71388f47a4 Fix external workflow triggers not passing though instance ID 6 years ago
mike12345567 3a591c13d0 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). 6 years ago
mike12345567 08aa221d04 Implementing the block definitions as list APIs for the workflow, meaning client has to retrieve structure from API instead of inherently knowing it. 6 years ago
Michael Shanks bf14aa5ccb instanceid removal 6 years ago
Martin McKeaveney 3a983cea8a tidy up, styling 6 years ago
Martin McKeaveney b372f6b03d tidy up 6 years ago
Martin McKeaveney 5c1aa00fd0 server side event emitter 6 years ago
Martin McKeaveney 6f0a84dd38 adding workflow blocks, parameter parsing, templating 6 years ago
Martin McKeaveney ad637348c9 workflow UI, orhestrator for executing workflows 6 years ago
Martin McKeaveney e9fab13750 workflow orchestrator 6 years ago
Martin McKeaveney cacee947bf workflow charts 6 years ago
Martin McKeaveney 2965c2338d workflow CRUD complete 6 years ago