@nocobase/plugin-workflow-manual 2.1.0-alpha.46 → 2.1.0-alpha.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.
@@ -8,7 +8,7 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.1.0-alpha.46",
11
+ "@nocobase/client": "2.1.0-alpha.47",
12
12
  "react": "18.2.0",
13
13
  "react-router-dom": "6.30.1",
14
14
  "@formily/react": "2.3.7",
@@ -19,14 +19,14 @@ module.exports = {
19
19
  "dayjs": "1.11.13",
20
20
  "react-i18next": "11.18.6",
21
21
  "lodash": "4.18.1",
22
- "@nocobase/plugin-workflow": "2.1.0-alpha.46",
23
- "@nocobase/plugin-mobile": "2.1.0-alpha.46",
24
- "@nocobase/utils": "2.1.0-alpha.46",
25
- "@nocobase/server": "2.1.0-alpha.46",
26
- "@nocobase/database": "2.1.0-alpha.46",
27
- "@nocobase/actions": "2.1.0-alpha.46",
28
- "@nocobase/test": "2.1.0-alpha.46",
29
- "@nocobase/plugin-workflow-test": "2.1.0-alpha.46",
22
+ "@nocobase/plugin-workflow": "2.1.0-alpha.47",
23
+ "@nocobase/plugin-mobile": "2.1.0-alpha.47",
24
+ "@nocobase/utils": "2.1.0-alpha.47",
25
+ "@nocobase/server": "2.1.0-alpha.47",
26
+ "@nocobase/database": "2.1.0-alpha.47",
27
+ "@nocobase/actions": "2.1.0-alpha.47",
28
+ "@nocobase/test": "2.1.0-alpha.47",
29
+ "@nocobase/plugin-workflow-test": "2.1.0-alpha.47",
30
30
  "@formily/core": "2.3.7",
31
31
  "sequelize": "6.35.2"
32
32
  };
@@ -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-04T11:31:23.501Z"}
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:03:01.748Z"}
@@ -131,8 +131,7 @@ class ManualInstruction_default extends import_plugin_workflow.Instruction {
131
131
  workflowId: node.workflowId,
132
132
  status: import_plugin_workflow.JOB_STATUS.PENDING,
133
133
  title
134
- })),
135
- transaction: processor.mainTransaction
134
+ }))
136
135
  });
137
136
  return job;
138
137
  }
@@ -143,8 +142,7 @@ class ManualInstruction_default extends import_plugin_workflow.Instruction {
143
142
  const tasks = await TaskRepo.find({
144
143
  where: {
145
144
  jobId: job.id
146
- },
147
- transaction: processor.mainTransaction
145
+ }
148
146
  });
149
147
  const assignees = [];
150
148
  const distributionMap = tasks.reduce((result2, item) => {
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Could be used for workflows which some of decisions are made by users.",
7
7
  "description.ru-RU": "Может использоваться в рабочих процессах, где какие-то решения принимаются пользователями.",
8
8
  "description.zh-CN": "用于人工控制部分决策的流程。",
9
- "version": "2.1.0-alpha.46",
9
+ "version": "2.1.0-alpha.47",
10
10
  "license": "Apache-2.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/workflow-manual",
@@ -35,7 +35,7 @@
35
35
  "@nocobase/test": "2.x",
36
36
  "@nocobase/utils": "2.x"
37
37
  },
38
- "gitHead": "42b269944cdd1908d7a848c0af4936fe94c03bb7",
38
+ "gitHead": "66196b57f9043ea0ac6ebdafbc732bfb98af1396",
39
39
  "keywords": [
40
40
  "Workflow"
41
41
  ]