@nocobase/plugin-workflow-manual 2.0.0-alpha.4 → 2.0.0-alpha.40

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.
@@ -8,7 +8,7 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.4",
11
+ "@nocobase/client": "2.0.0-alpha.40",
12
12
  "react": "18.2.0",
13
13
  "react-router-dom": "6.30.1",
14
14
  "@formily/react": "2.3.7",
@@ -19,15 +19,15 @@ module.exports = {
19
19
  "dayjs": "1.11.13",
20
20
  "react-i18next": "11.18.6",
21
21
  "lodash": "4.17.21",
22
- "@nocobase/plugin-workflow": "2.0.0-alpha.4",
23
- "@nocobase/plugin-mobile": "2.0.0-alpha.4",
24
- "@nocobase/utils": "2.0.0-alpha.4",
25
- "@nocobase/server": "2.0.0-alpha.4",
26
- "@nocobase/database": "2.0.0-alpha.4",
27
- "@nocobase/actions": "2.0.0-alpha.4",
28
- "@nocobase/resourcer": "2.0.0-alpha.4",
29
- "@nocobase/test": "2.0.0-alpha.4",
30
- "@nocobase/plugin-workflow-test": "2.0.0-alpha.4",
22
+ "@nocobase/plugin-workflow": "2.0.0-alpha.40",
23
+ "@nocobase/plugin-mobile": "2.0.0-alpha.40",
24
+ "@nocobase/utils": "2.0.0-alpha.40",
25
+ "@nocobase/server": "2.0.0-alpha.40",
26
+ "@nocobase/database": "2.0.0-alpha.40",
27
+ "@nocobase/actions": "2.0.0-alpha.40",
28
+ "@nocobase/resourcer": "2.0.0-alpha.40",
29
+ "@nocobase/test": "2.0.0-alpha.40",
30
+ "@nocobase/plugin-workflow-test": "2.0.0-alpha.40",
31
31
  "@formily/core": "2.3.7",
32
32
  "sequelize": "6.35.2"
33
33
  };
@@ -267,6 +267,5 @@ class Plugin_default extends import_server.Plugin {
267
267
  this.db.on("workflowManualTasks.afterSave", this.onTaskSave);
268
268
  this.db.on("workflowManualTasks.afterDestroy", this.onTaskSave);
269
269
  this.db.on("executions.afterUpdate", this.onExecutionStatusChange);
270
- this.db.on("workflows.afterUpdate", this.onWorkflowStatusChange);
271
270
  }
272
271
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "工作流:人工处理节点",
5
5
  "description": "Could be used for workflows which some of decisions are made by users.",
6
6
  "description.zh-CN": "用于人工控制部分决策的流程。",
7
- "version": "2.0.0-alpha.4",
7
+ "version": "2.0.0-alpha.40",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/workflow-manual",
@@ -30,7 +30,7 @@
30
30
  "@nocobase/test": "2.x",
31
31
  "@nocobase/utils": "2.x"
32
32
  },
33
- "gitHead": "54f3cab47e7efbdc73377014d05f5fc66a4affbb",
33
+ "gitHead": "dfb9fd33f43e91e676ae7b1f1a595bc38b7c20d2",
34
34
  "keywords": [
35
35
  "Workflow"
36
36
  ]