nocobase/packages/plugins/workflow/src/server/instructions
Junyi a5b4684a48
refactor(plugin-workflow): change single form to custom form block (#1707)
* refactor(plugin-workflow): change single form to custom form block

* fix(plugin-workflow): fix migration

* fix(plugin-workflow): fix manual node initializer

* test(plugin-workflow): migrate test cases

* refactor(plugin-workflow): split custom form code

* fix(plugin-workflow): fix types

* refactor(plugin-workflow): change manual form config data structure

* fix(plugin-workflow): fix no options manual node variable

* fix(plugin-workflow): fix migration script
2023-04-18 18:41:18 -07:00
..
manual refactor(plugin-workflow): change single form to custom form block (#1707) 2023-04-18 18:41:18 -07:00
calculation.ts feat: (plugin-workflow) dynamic expression (#1560) 2023-04-07 19:52:31 -07:00
condition.ts refactor(plugin-workflow): migrate evaluators (#1485) 2023-02-22 23:45:03 +08:00
create.ts fix(plugin-workflow): use toJSON instead of get to get valid result (#1596) 2023-03-24 23:54:07 +08:00
delay.ts
destroy.ts fix(plugin-workflow): fix transaction chain in trigger (#1089) 2022-11-15 13:35:10 +08:00
index.ts Feat(plugin-workflow) manual instruction (#1339) 2023-02-20 11:52:06 +08:00
parallel.ts Feat(plugin-workflow) manual instruction (#1339) 2023-02-20 11:52:06 +08:00
query.ts feat(plugin-workflow): add failOnEmpty option for query node (#1599) 2023-03-24 23:15:03 -07:00
request.ts Feat(plugin-workflow) manual instruction (#1339) 2023-02-20 11:52:06 +08:00
update.ts fix(plugin-workflow): fix transaction chain in trigger (#1089) 2022-11-15 13:35:10 +08:00