tachybase_todo/packages/plugins/workflow/src/client/nodes
Junyi f4064767c6
feat(plugin-workflow): aggregate (#1852)
* feat(plugin-workflow): add aggregate instruction

* test(plugin-workflow): add test cases

* fix(plugin-workflow): fix types

* fix(plugin-workflow): fix double result type

* test(plugin-workflow): fix test cases in mysql

* refactor(plugin-workflow): consolidate variables api

* fix(plugin-workflow): fix create node variable

* fix(plugin-workflow): fix aggregate association name

* fix(plugin-workflow): fix test cases

* fix(plugin-workflow): fix aggregate node config for duplication

* fix(plugin-workflow): fix variable api

* fix(plugin-workflow): fix variable api caller

* fix(plugin-workflow): fix job button style
2023-05-17 13:37:03 +08:00
..
manual feat(plugin-workflow): aggregate (#1852) 2023-05-17 13:37:03 +08:00
aggregate.tsx feat(plugin-workflow): aggregate (#1852) 2023-05-17 13:37:03 +08:00
calculation.tsx feat(plugin-workflow): aggregate (#1852) 2023-05-17 13:37:03 +08:00
condition.tsx feat(plugin-workflow): aggregate (#1852) 2023-05-17 13:37:03 +08:00
create.tsx feat(plugin-workflow): aggregate (#1852) 2023-05-17 13:37:03 +08:00
delay.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
destroy.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
index.tsx feat(plugin-workflow): aggregate (#1852) 2023-05-17 13:37:03 +08:00
loop.tsx feat(plugin-workflow): aggregate (#1852) 2023-05-17 13:37:03 +08:00
parallel.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
query.tsx feat(plugin-workflow): aggregate (#1852) 2023-05-17 13:37:03 +08:00
request.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
update.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00