tachybase_todo/packages/plugins/workflow
Junyi 238af440e3
feat(plugin-workflow): loop (#1787)
* feat(plugin-workflow): add loop instruction

* fix(plugin-workflow): fix lint error

* feat(plugin-workflow): add loop variable in client

* feat(plugin-workflow): refactor and add job list to nodes in execution

* feat(plugin-workflow): allow to query multiple records

* fix(plugin-workflow): fix i18n

* fix(plugin-workflow): fix undefined value in component

* fix(plugin-workflow): fix parse context value with current node

* fix(plugin-workflow): fix revision with scope variable

* test(plugin-workflow): add failing case

* fix(plugin-workflow): fix revision with scope variable

* chore(plugin-workflow): fix lint errors

* fix(plugin-workflow): fix workflow canvas page style

* fix(plugin-workflow): revert abstracted node config drawer back to each node

* fix(plugin-workflow): fix parallel extra call

* fix(plugin-workflow): fix parallel branch end

* fix(plugin-workflow): fix jobs variable in processor

* fix(plugin-workflow): fix workflow canvas scroll style

* fix(plugin-workflow): fix slowly opening job modal

* fix(plugin-workflow): fix cycling reference
2023-05-15 18:45:45 -07:00
..
src feat(plugin-workflow): loop (#1787) 2023-05-15 18:45:45 -07:00
.npmignore Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
client.d.ts refactor(plugin-workflow): change files mode to 644 (#755) 2022-08-19 10:00:20 +08:00
client.js refactor(plugin-workflow): change files mode to 644 (#755) 2022-08-19 10:00:20 +08:00
LICENSE feat: change license (#1350) 2023-01-11 11:58:47 +08:00
package.json feat(plugin-workflow): add delete button in workflow canvas page (#1844) 2023-05-11 07:48:10 -07:00
README.md docs: add plug-in documentation 2023-02-11 00:09:39 +08:00
README.zh-CN.md docs: add plug-in documentation 2023-02-11 00:09:39 +08:00
server.d.ts refactor(plugin-workflow): change files mode to 644 (#755) 2022-08-19 10:00:20 +08:00
server.js refactor(plugin-workflow): change files mode to 644 (#755) 2022-08-19 10:00:20 +08:00

workflow

English | 中文

安装激活

内置插件无需手动安装激活。

使用方法