@nocobase/plugin-workflow 2.1.0-beta.45 → 2.1.0-beta.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,6 +23,7 @@ export declare const executionSchema: {
23
23
  };
24
24
  migrationRules: string[];
25
25
  name: string;
26
+ dataCategory: string;
26
27
  shared: boolean;
27
28
  fields: ({
28
29
  type: string;
@@ -12,6 +12,7 @@ declare const _default: {
12
12
  };
13
13
  migrationRules: string[];
14
14
  name: string;
15
+ dataCategory: string;
15
16
  shared: boolean;
16
17
  fields: ({
17
18
  type: string;
@@ -36,6 +36,7 @@ var executions_default = {
36
36
  },
37
37
  migrationRules: ["schema-only"],
38
38
  name: "executions",
39
+ dataCategory: "business",
39
40
  shared: true,
40
41
  fields: [
41
42
  {
@@ -10,6 +10,7 @@ declare const _default: {
10
10
  dumpRules: string;
11
11
  migrationRules: string[];
12
12
  name: string;
13
+ dataCategory: string;
13
14
  shared: boolean;
14
15
  fields: ({
15
16
  name: string;
@@ -33,6 +33,7 @@ var flow_nodes_default = {
33
33
  dumpRules: "required",
34
34
  migrationRules: ["overwrite", "schema-only"],
35
35
  name: "flow_nodes",
36
+ dataCategory: "system",
36
37
  shared: true,
37
38
  fields: [
38
39
  {
@@ -12,6 +12,7 @@ declare const _default: {
12
12
  };
13
13
  migrationRules: string[];
14
14
  name: string;
15
+ dataCategory: string;
15
16
  shared: boolean;
16
17
  autoGenId: boolean;
17
18
  fields: ({
@@ -35,6 +35,7 @@ var jobs_default = {
35
35
  },
36
36
  migrationRules: ["schema-only"],
37
37
  name: "jobs",
38
+ dataCategory: "business",
38
39
  shared: true,
39
40
  autoGenId: false,
40
41
  fields: [
@@ -12,6 +12,7 @@ declare const _default: {
12
12
  };
13
13
  migrationRules: string[];
14
14
  name: string;
15
+ dataCategory: string;
15
16
  shared: boolean;
16
17
  fields: ({
17
18
  name: string;
@@ -35,6 +35,7 @@ var userWorkflowTasks_default = {
35
35
  },
36
36
  migrationRules: ["schema-only"],
37
37
  name: "userWorkflowTasks",
38
+ dataCategory: "business",
38
39
  shared: true,
39
40
  fields: [
40
41
  {
@@ -10,6 +10,7 @@ declare const _default: {
10
10
  dumpRules: string;
11
11
  migrationRules: string[];
12
12
  name: string;
13
+ dataCategory: string;
13
14
  shared: boolean;
14
15
  fields: ({
15
16
  name: string;
@@ -33,6 +33,7 @@ var workflowCategories_default = {
33
33
  dumpRules: "required",
34
34
  migrationRules: ["overwrite", "schema-only"],
35
35
  name: "workflowCategories",
36
+ dataCategory: "business",
36
37
  shared: true,
37
38
  fields: [
38
39
  {
@@ -10,6 +10,7 @@ declare const _default: {
10
10
  dumpRules: string;
11
11
  migrationRules: string[];
12
12
  name: string;
13
+ dataCategory: string;
13
14
  shared: boolean;
14
15
  fields: {
15
16
  type: string;
@@ -33,6 +33,7 @@ var workflowCategoryRelations_default = {
33
33
  dumpRules: "required",
34
34
  migrationRules: ["overwrite", "schema-only"],
35
35
  name: "workflowCategoryRelations",
36
+ dataCategory: "business",
36
37
  shared: true,
37
38
  fields: [
38
39
  {
@@ -12,6 +12,7 @@ declare const _default: {
12
12
  };
13
13
  migrationRules: string[];
14
14
  name: string;
15
+ dataCategory: string;
15
16
  shared: boolean;
16
17
  autoGenId: boolean;
17
18
  fields: ({
@@ -36,6 +36,7 @@ var workflowStats_default = {
36
36
  },
37
37
  migrationRules: ["schema-only"],
38
38
  name: "workflowStats",
39
+ dataCategory: "business",
39
40
  shared: true,
40
41
  autoGenId: false,
41
42
  fields: [
@@ -34,6 +34,7 @@ function workflowTasks_default() {
34
34
  dumpRules: "required",
35
35
  migrationRules: ["overwrite", "schema-only"],
36
36
  name: "workflowTasks",
37
+ dataCategory: "business",
37
38
  shared: true,
38
39
  repository: "WorkflowTasksRepository",
39
40
  fields: [
@@ -12,6 +12,7 @@ declare const _default: {
12
12
  };
13
13
  migrationRules: string[];
14
14
  name: string;
15
+ dataCategory: string;
15
16
  shared: boolean;
16
17
  autoGenId: boolean;
17
18
  fields: ({
@@ -36,6 +36,7 @@ var workflowVersionStats_default = {
36
36
  },
37
37
  migrationRules: ["schema-only"],
38
38
  name: "workflowVersionStats",
39
+ dataCategory: "business",
39
40
  shared: true,
40
41
  autoGenId: false,
41
42
  fields: [
@@ -10,6 +10,7 @@ declare const _default: {
10
10
  dumpRules: string;
11
11
  migrationRules: string[];
12
12
  name: string;
13
+ dataCategory: string;
13
14
  shared: boolean;
14
15
  repository: string;
15
16
  createdBy: boolean;
@@ -34,6 +34,7 @@ var workflows_default = {
34
34
  dumpRules: "required",
35
35
  migrationRules: ["overwrite", "schema-only"],
36
36
  name: "workflows",
37
+ dataCategory: "system",
37
38
  shared: true,
38
39
  repository: "WorkflowRepository",
39
40
  createdBy: true,
@@ -11,8 +11,8 @@ module.exports = {
11
11
  "react": "18.2.0",
12
12
  "@formily/core": "2.3.7",
13
13
  "@formily/react": "2.3.7",
14
- "@nocobase/client": "2.1.0-beta.45",
15
- "@nocobase/utils": "2.1.0-beta.45",
14
+ "@nocobase/client": "2.1.0-beta.47",
15
+ "@nocobase/utils": "2.1.0-beta.47",
16
16
  "antd": "5.24.2",
17
17
  "@ant-design/icons": "5.6.1",
18
18
  "react-router-dom": "6.30.1",
@@ -20,20 +20,20 @@ module.exports = {
20
20
  "lodash": "4.18.1",
21
21
  "@dnd-kit/core": "6.1.0",
22
22
  "@formily/shared": "2.3.7",
23
- "@nocobase/flow-engine": "2.1.0-beta.45",
24
- "@nocobase/plugin-mobile": "2.1.0-beta.45",
23
+ "@nocobase/flow-engine": "2.1.0-beta.47",
24
+ "@nocobase/plugin-mobile": "2.1.0-beta.47",
25
25
  "sequelize": "6.35.2",
26
- "@nocobase/server": "2.1.0-beta.45",
27
- "@nocobase/database": "2.1.0-beta.45",
28
- "@nocobase/data-source-manager": "2.1.0-beta.45",
29
- "@nocobase/logger": "2.1.0-beta.45",
30
- "@nocobase/evaluators": "2.1.0-beta.45",
26
+ "@nocobase/server": "2.1.0-beta.47",
27
+ "@nocobase/database": "2.1.0-beta.47",
28
+ "@nocobase/data-source-manager": "2.1.0-beta.47",
29
+ "@nocobase/logger": "2.1.0-beta.47",
30
+ "@nocobase/evaluators": "2.1.0-beta.47",
31
31
  "@formily/antd-v5": "1.2.3",
32
32
  "@formily/reactive": "2.3.7",
33
33
  "@emotion/css": "11.13.0",
34
34
  "@formily/json-schema": "2.3.7",
35
- "@nocobase/actions": "2.1.0-beta.45",
35
+ "@nocobase/actions": "2.1.0-beta.47",
36
36
  "dayjs": "1.11.13",
37
- "@nocobase/plugin-workflow-test": "2.1.0-beta.45",
38
- "@nocobase/test": "2.1.0-beta.45"
37
+ "@nocobase/plugin-workflow-test": "2.1.0-beta.47",
38
+ "@nocobase/test": "2.1.0-beta.47"
39
39
  };
@@ -1 +1 @@
1
- {"name":"cron-parser","version":"4.4.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^1.28.0"},"devDependencies":{"eslint":"^8.2.0","sinon":"^10.0.0","tap":"^16.0.1","tsd":"^0.19.0"},"engines":{"node":">=0.8"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"_lastModified":"2026-06-08T04:33:04.401Z"}
1
+ {"name":"cron-parser","version":"4.4.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^1.28.0"},"devDependencies":{"eslint":"^8.2.0","sinon":"^10.0.0","tap":"^16.0.1","tsd":"^0.19.0"},"engines":{"node":">=0.8"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"_lastModified":"2026-06-09T23:05:49.232Z"}
@@ -1 +1 @@
1
- {"name":"joi","description":"Object schema validation","version":"17.13.3","repository":"git://github.com/hapijs/joi","main":"lib/index.js","types":"lib/index.d.ts","browser":"dist/joi-browser.min.js","files":["lib/**/*","dist/*"],"keywords":["schema","validation"],"dependencies":{"@hapi/hoek":"^9.3.0","@hapi/topo":"^5.1.0","@sideway/address":"^4.1.5","@sideway/formula":"^3.0.1","@sideway/pinpoint":"^2.0.0"},"devDependencies":{"@hapi/bourne":"2.x.x","@hapi/code":"8.x.x","@hapi/joi-legacy-test":"npm:@hapi/joi@15.x.x","@hapi/lab":"^25.1.3","@types/node":"^14.18.63","typescript":"4.3.x"},"scripts":{"prepublishOnly":"cd browser && npm install && npm run build","test":"lab -t 100 -a @hapi/code -L -Y","test-cov-html":"lab -r html -o coverage.html -a @hapi/code"},"license":"BSD-3-Clause","_lastModified":"2026-06-08T04:33:04.152Z"}
1
+ {"name":"joi","description":"Object schema validation","version":"17.13.3","repository":"git://github.com/hapijs/joi","main":"lib/index.js","types":"lib/index.d.ts","browser":"dist/joi-browser.min.js","files":["lib/**/*","dist/*"],"keywords":["schema","validation"],"dependencies":{"@hapi/hoek":"^9.3.0","@hapi/topo":"^5.1.0","@sideway/address":"^4.1.5","@sideway/formula":"^3.0.1","@sideway/pinpoint":"^2.0.0"},"devDependencies":{"@hapi/bourne":"2.x.x","@hapi/code":"8.x.x","@hapi/joi-legacy-test":"npm:@hapi/joi@15.x.x","@hapi/lab":"^25.1.3","@types/node":"^14.18.63","typescript":"4.3.x"},"scripts":{"prepublishOnly":"cd browser && npm install && npm run build","test":"lab -t 100 -a @hapi/code -L -Y","test-cov-html":"lab -r html -o coverage.html -a @hapi/code"},"license":"BSD-3-Clause","_lastModified":"2026-06-09T23:05:48.947Z"}
@@ -1 +1 @@
1
- {"name":"lru-cache","description":"A cache object that deletes the least-recently-used items.","version":"11.3.5","author":"Isaac Z. Schlueter <i@izs.me>","keywords":["mru","lru","cache"],"sideEffects":false,"scripts":{"build":"npm run prepare","prepare":"tshy && bash scripts/build.sh","pretest":"npm run prepare","presnap":"npm run prepare","test":"tap","snap":"tap","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags","format":"prettier --write .","typedoc":"typedoc --tsconfig ./.tshy/esm.json ./src/*.ts","benchmark-results-typedoc":"bash scripts/benchmark-results-typedoc.sh","prebenchmark":"npm run prepare","benchmark":"make -C benchmark","preprofile":"npm run prepare","profile":"make -C benchmark profile","lint":"oxlint --fix src test","postsnap":"npm run lint","postlint":"npm run format"},"main":"./dist/commonjs/index.min.js","types":"./dist/commonjs/index.d.ts","tshy":{"esmDialects":["node","browser"],"exports":{"./raw":"./src/index.ts",".":{"import":{"node":{"types":"./dist/esm/node/index.d.ts","default":"./dist/esm/node/index.min.js"},"browser":{"types":"./dist/esm/browser/index.d.ts","default":"./dist/esm/browser/index.min.js"},"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.min.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.min.js"}}},"selfLink":false},"repository":{"type":"git","url":"git+ssh://git@github.com/isaacs/node-lru-cache.git"},"devDependencies":{"benchmark":"^2.1.4","esbuild":"^0.25.9","marked":"^4.2.12","mkdirp":"^3.0.1","oxlint":"^1.58.0","oxlint-tsgolint":"^0.19.0","prettier":"^3.8.1","tap":"^21.6.3","tshy":"^4.1.1","typedoc":"^0.28.18"},"license":"BlueOak-1.0.0","files":["dist"],"engines":{"node":"20 || >=22"},"exports":{"./raw":{"import":{"node":{"types":"./dist/esm/node/index.d.ts","default":"./dist/esm/node/index.js"},"browser":{"types":"./dist/esm/browser/index.d.ts","default":"./dist/esm/browser/index.js"},"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},".":{"import":{"node":{"types":"./dist/esm/node/index.d.ts","default":"./dist/esm/node/index.min.js"},"browser":{"types":"./dist/esm/browser/index.d.ts","default":"./dist/esm/browser/index.min.js"},"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.min.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.min.js"}}},"type":"module","module":"./dist/esm/index.min.js","_lastModified":"2026-06-08T04:33:03.437Z"}
1
+ {"name":"lru-cache","description":"A cache object that deletes the least-recently-used items.","version":"11.3.5","author":"Isaac Z. Schlueter <i@izs.me>","keywords":["mru","lru","cache"],"sideEffects":false,"scripts":{"build":"npm run prepare","prepare":"tshy && bash scripts/build.sh","pretest":"npm run prepare","presnap":"npm run prepare","test":"tap","snap":"tap","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags","format":"prettier --write .","typedoc":"typedoc --tsconfig ./.tshy/esm.json ./src/*.ts","benchmark-results-typedoc":"bash scripts/benchmark-results-typedoc.sh","prebenchmark":"npm run prepare","benchmark":"make -C benchmark","preprofile":"npm run prepare","profile":"make -C benchmark profile","lint":"oxlint --fix src test","postsnap":"npm run lint","postlint":"npm run format"},"main":"./dist/commonjs/index.min.js","types":"./dist/commonjs/index.d.ts","tshy":{"esmDialects":["node","browser"],"exports":{"./raw":"./src/index.ts",".":{"import":{"node":{"types":"./dist/esm/node/index.d.ts","default":"./dist/esm/node/index.min.js"},"browser":{"types":"./dist/esm/browser/index.d.ts","default":"./dist/esm/browser/index.min.js"},"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.min.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.min.js"}}},"selfLink":false},"repository":{"type":"git","url":"git+ssh://git@github.com/isaacs/node-lru-cache.git"},"devDependencies":{"benchmark":"^2.1.4","esbuild":"^0.25.9","marked":"^4.2.12","mkdirp":"^3.0.1","oxlint":"^1.58.0","oxlint-tsgolint":"^0.19.0","prettier":"^3.8.1","tap":"^21.6.3","tshy":"^4.1.1","typedoc":"^0.28.18"},"license":"BlueOak-1.0.0","files":["dist"],"engines":{"node":"20 || >=22"},"exports":{"./raw":{"import":{"node":{"types":"./dist/esm/node/index.d.ts","default":"./dist/esm/node/index.js"},"browser":{"types":"./dist/esm/browser/index.d.ts","default":"./dist/esm/browser/index.js"},"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}},".":{"import":{"node":{"types":"./dist/esm/node/index.d.ts","default":"./dist/esm/node/index.min.js"},"browser":{"types":"./dist/esm/browser/index.d.ts","default":"./dist/esm/browser/index.min.js"},"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.min.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.min.js"}}},"type":"module","module":"./dist/esm/index.min.js","_lastModified":"2026-06-09T23:05:48.179Z"}
@@ -1 +1 @@
1
- {"name":"nodejs-snowflake","collaborators":["Utkarsh Srivastava <utkarsh@sagacious.dev>"],"description":"Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)","version":"2.0.1","license":"Apache 2.0","repository":{"type":"git","url":"https://github.com/utkarsh-pro/nodejs-snowflake.git"},"files":["nodejs_snowflake_bg.wasm","nodejs_snowflake.js","nodejs_snowflake.d.ts"],"main":"nodejs_snowflake.js","types":"nodejs_snowflake.d.ts","_lastModified":"2026-06-08T04:33:03.280Z"}
1
+ {"name":"nodejs-snowflake","collaborators":["Utkarsh Srivastava <utkarsh@sagacious.dev>"],"description":"Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)","version":"2.0.1","license":"Apache 2.0","repository":{"type":"git","url":"https://github.com/utkarsh-pro/nodejs-snowflake.git"},"files":["nodejs_snowflake_bg.wasm","nodejs_snowflake.js","nodejs_snowflake.d.ts"],"main":"nodejs_snowflake.js","types":"nodejs_snowflake.d.ts","_lastModified":"2026-06-09T23:05:47.999Z"}
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.",
7
7
  "description.zh-CN": "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。",
8
8
  "description.ru-RU": "Мощный инструмент BPM, обеспечивающий базовую поддержку автоматизации бизнес-процессов с возможностью неограниченного расширения триггеров и узлов.",
9
- "version": "2.1.0-beta.45",
9
+ "version": "2.1.0-beta.47",
10
10
  "license": "Apache-2.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/workflow",
@@ -49,7 +49,7 @@
49
49
  "@nocobase/test": "2.x",
50
50
  "@nocobase/utils": "2.x"
51
51
  },
52
- "gitHead": "42587115fc34c3eb01ef2b2549f1c998e5708318",
52
+ "gitHead": "bf8fc3790e3494c901b4d22861c5471a0d27c464",
53
53
  "keywords": [
54
54
  "Workflow"
55
55
  ]