Commit Graph
16 Commits
Author SHA1 Message Date
Tomaž Jerman 69c95a5a3c Add missing limit arg. to workfow iterator handlers 2022-04-04 12:31:50 +02:00
Vivek Patel 86e2ef35d4 Extend set/omit expr function
It updates 1st parameter of set expr function from merger type to interface, so It will accept constant values, also extend set/omit usage for ComposeRecordValues.
2022-02-28 20:40:27 +05:30
Denis Arh 36b3a6ef2b Improve attachment uploading & constraints 2022-02-25 08:44:22 +01:00
Vivek Patel f42d707bfb Update argument type of set expr function
It changes 3rd argument type os set expr function from TypedValue to interface, since GvalParser parses argument to native types before evaluating the expression.
2022-02-03 19:30:30 +05:30
Denis Arh c4d80b8831 Fix invoker/runner mixup & move exec access-control check higher 2022-02-02 16:34:36 +01:00
Peter Grlica eecf867090 Added jwt generate wf function 2021-12-08 10:21:50 +01:00
Denis Arh b9f96d920a Support attachment management in workflow 2021-12-02 10:48:59 +01:00
Denis Arh 402006bebb Support recording and searching actionlogs 2021-10-28 09:43:26 +02:00
Vivek Patel e2e7510c07 Updates WF step verification logic before creating graph
- Fixes duplicate issues for function, iterator and gateway steps
- Extends workflow tests for above scenario
2021-10-18 12:54:13 +05:30
Denis Arh 806dbfaa01 Implement invoker and runner wf scope vars 2021-09-23 07:37:49 +02:00
Tomaž Jerman 6f0ae6dad1 Implement iterator chunking
Membership iterator doesn't chunk the output as the size will
always be small.
2021-09-09 09:47:56 +02:00
Tomaž Jerman 244b0cf8ed Rework workflow step scheduling to improve stacktraces
The initial implementation caused them to be flaky when working
with loops.
2021-08-17 09:18:50 +02:00
Tomaž Jerman 3f36a0f865 Add role membership workflow handlers 2021-07-30 10:25:10 +02:00
Denis Arh ec6ecf1132 Fix user creation via wf 2021-07-15 20:36:57 +02:00
Denis Arh 89ae50dbae Add RBAC functions for workflow for check&grant 2021-07-15 20:36:57 +02:00
Denis Arh d63f21c941 Workflow execution testing 2021-07-14 10:48:52 +02:00