mike12345567
|
cfb10ebbe2
|
Outputting the input record so that it can be used in later steps.
|
2020-09-18 17:20:19 +01:00 |
mike12345567
|
85dcb28375
|
Fixing an issue where inputs from the builder send empty string when realistically it means no input.
|
2020-09-18 14:34:14 +01:00 |
mike12345567
|
0aa1c38878
|
Merge branch 'contextual-workflows' of github.com:Budibase/budibase into contextual-workflows
|
2020-09-18 13:52:17 +01:00 |
mike12345567
|
cba125256a
|
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 |
Andrew Kingston
|
6c4cf24a94
|
Fix filter workflow block tagline
|
2020-09-17 17:49:57 +01:00 |
mike12345567
|
53bbcd9928
|
Fixing an issue with deletion action.
|
2020-09-17 16:28:48 +01:00 |
mike12345567
|
22ef6eb4d3
|
Some fixes after playing around with the new Builder UI.
|
2020-09-17 16:16:05 +01:00 |
Andrew Kingston
|
2287675c79
|
Merge branch 'contextual-workflows' of github.com:Budibase/budibase into contextual-workflows
|
2020-09-17 15:15:54 +01:00 |
mike12345567
|
dd0cffc226
|
Making the trigger endpoint detect if the trigger should have a model input and faking any properties that don't exist if required - this behaviour overridden by inputs from external client.
|
2020-09-17 15:14:08 +01:00 |
Andrew Kingston
|
a1f52b733b
|
Update save record block definition
|
2020-09-17 14:04:13 +01:00 |
mike12345567
|
be67eaf9c8
|
Updating testcase to now trigger a proper workflow and check that it operates as expected.
|
2020-09-17 13:36:19 +01:00 |
mike12345567
|
8477ad8727
|
Changing how default inputs for workflow definitions are handled and providing pretty print options for enums.
|
2020-09-17 12:44:59 +01:00 |
mike12345567
|
ec265f6821
|
Update to improve test cases and get JOI to work as expected.
|
2020-09-16 19:25:52 +01:00 |
Andrew Kingston
|
15e3b48f0a
|
Remove full stop in email workflow block description
|
2020-09-16 15:39:19 +01:00 |
mike12345567
|
0c1ff2fd70
|
Fixing a circular dependency that meant a utilities enumerations could not be used until full system initialisation, exporting enums earlier and commenting.
|
2020-09-16 14:58:30 +01:00 |
mike12345567
|
1ab787afd7
|
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 |
Andrew Kingston
|
4fed6c05d3
|
Make filter condition human readable since they're just strings
|
2020-09-16 13:54:56 +01:00 |
mike12345567
|
4625b7a97e
|
Updating block definitions to use pure JSON schema so that it can be used for easy validation.
|
2020-09-15 15:52:38 +01:00 |
mike12345567
|
e2791d832b
|
This is a breaking change, it updates the block definitions to work with the new structure of inputs and outputs.
|
2020-09-15 14:27:23 +01:00 |
mike12345567
|
c4683a3743
|
Updating some test cases which were failing silently and changing how environment want handled.
|
2020-09-14 14:32:20 +01:00 |
mike12345567
|
5c94210d72
|
Adding delete record for when we build in contextual awareness.
|
2020-09-14 11:47:52 +01:00 |
mike12345567
|
535c4ca5aa
|
Making worker thread decision based on environment variable (BUDIBASE_ENVIRONMENT) and some general tidy up, as well as fixing delete event emitter
|
2020-09-14 10:30:35 +01:00 |
mike12345567
|
5067d93030
|
Adding threading for when not running against PouchDB.
|
2020-09-11 18:47:22 +01:00 |
Andrew Kingston
|
9d83e6002f
|
Fix create user workflow action
|
2020-09-10 16:46:58 +01:00 |
Andrew Kingston
|
1729d0ac5c
|
Fix async loading of steps
|
2020-09-10 15:29:01 +01:00 |
mike12345567
|
77f32c8a0f
|
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 |