Commit Graph
13 Commits
Author SHA1 Message Date
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