tachybase_todo/packages/plugins/workflow/src/client
Junyi 2c9ce09304
feat(plugin-workflow): manual forms (#1748)
* feat(plugin-workflow): add create record form for manual node

* feat(plugin-workflow): add update form for manual node

* fix(plugin-workflow): fix antd version and menu

* refactor(plugin-workflow): change collection config modal to initializer sub-menu

* test(plugin-workflow): add test case

* fix(plugin-workflow): fix todo components based on forms

* fix(plugin-workflow): fix cycling trigger when create or update

* fix(plugin-workflow): fix transaction in manual processor

* refactor(plugin-workflow): optimize todo list data loading

* fix(plugin-workflow): fix uncommitted manual action effects

* fix(plugin-workflow): fix save multiple forms and only submit one

* chore(plugin-workflow): fix lint

* fix(plugin-workflow): fix lint error

* refactor(plugin-workflow): abstract workflow scoped FormBlockProvider

* fix(plugin-workflow): adjust designable api to use current schema in refresh

* fix(plugin-workflow): fix schema config and support block template

* fix(plugin-workflow): fix lint and build error

* fix(plugin-workflow): adjust components and scope to inner schema component

* fix(plugin-workflow): fix ref template in todo drawer

* fix(plugin-workflow): fix todo form undefined

* fix(plugin-workflow): fix manual form schema

* fix(plugin-workflow): fix manual createdBy/updatedBy user

* fix(plugin-workflow): disable save to template on create form

* fix(plugin-workflow): fix manual form variables

* fix(plugin-workflow): fix FormBlockProvider for default field value

* fix(plugin-workflow): fix manual node variables
2023-06-05 16:52:43 +08:00
..
components feat(plugin-workflow): add node description to drawer when edit node (#1882) 2023-05-18 19:42:30 +08:00
interfaces fix(variable-input): fix style (#1761) 2023-04-26 09:56:25 +08:00
locale feat(plugin-workflow): manual forms (#1748) 2023-06-05 16:52:43 +08:00
nodes feat(plugin-workflow): manual forms (#1748) 2023-06-05 16:52:43 +08:00
schemas fix(plugin-workflow): fix language (#1886) 2023-05-18 08:27:18 -07:00
triggers fix(plugin-workflow): fix trigger title when workflow not loaded (#1875) 2023-05-17 14:24:50 +08:00
AddButton.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
Branch.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
CanvasContent.tsx feat(plugin-workflow): loop (#1787) 2023-05-15 18:45:45 -07:00
constants.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
ExecutionCanvas.tsx feat(plugin-workflow): loop (#1787) 2023-05-15 18:45:45 -07:00
ExecutionLink.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
ExecutionPage.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
ExecutionResourceProvider.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
FlowContext.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
index.tsx feat(plugin-workflow): add node description to drawer when edit node (#1882) 2023-05-18 19:42:30 +08:00
style.tsx feat(plugin-workflow): aggregate (#1852) 2023-05-17 13:37:03 +08:00
utils.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
variable.tsx fix(plugin-workflow): fix variable api caller in loop (#1877) 2023-05-17 17:29:18 +08:00
WorkflowCanvas.tsx feat(plugin-workflow): loop (#1787) 2023-05-15 18:45:45 -07:00
WorkflowLink.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
WorkflowPage.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
WorkflowProvider.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
WorkflowShortcut.tsx fix: eslint (#1759) 2023-04-25 13:12:14 +08:00