@nocobase/plugin-workflow-request 2.3.0-alpha.1 → 3.0.0-alpha.1

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,17 +8,17 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.3.0-alpha.1",
12
- "@nocobase/plugin-workflow": "2.3.0-alpha.1",
11
+ "@nocobase/client": "3.0.0-alpha.1",
12
+ "@nocobase/plugin-workflow": "3.0.0-alpha.1",
13
13
  "react": "18.2.0",
14
14
  "@ant-design/icons": "5.6.1",
15
- "@nocobase/flow-engine": "2.3.0-alpha.1",
16
- "@nocobase/client-v2": "2.3.0-alpha.1",
15
+ "@nocobase/flow-engine": "3.0.0-alpha.1",
16
+ "@nocobase/client-v2": "3.0.0-alpha.1",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/server": "2.3.0-alpha.1",
18
+ "@nocobase/server": "3.0.0-alpha.1",
19
19
  "axios": "1.7.7",
20
20
  "lodash": "4.18.1",
21
- "@nocobase/plugin-file-manager": "2.3.0-alpha.1",
22
- "@nocobase/utils": "2.3.0-alpha.1",
21
+ "@nocobase/plugin-file-manager": "3.0.0-alpha.1",
22
+ "@nocobase/utils": "3.0.0-alpha.1",
23
23
  "antd": "5.24.2"
24
24
  };
@@ -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-07-16T12:58:48.085Z"}
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-07-30T03:57:13.853Z"}
@@ -277,8 +277,7 @@ class RequestInstruction_default extends import_plugin_workflow.Instruction {
277
277
  }
278
278
  if (!aborted && execution.status === import_plugin_workflow.EXECUTION_STATUS.STARTED && job.status === import_plugin_workflow.JOB_STATUS.PENDING) {
279
279
  job.set(jobDone);
280
- job.execution = execution;
281
- this.workflow.resume(job);
280
+ await this.workflow.resume(job);
282
281
  } else {
283
282
  processor.logger.warn(`request (#${node.id}) result discarded because execution (${execution.id}) is ended`);
284
283
  }
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Send HTTP requests to any HTTP service for data interaction in workflow.",
7
7
  "description.ru-RU": "Отправляет HTTP-запросы к любому HTTP-сервису для взаимодействия с данными в рабочем процессе.",
8
8
  "description.zh-CN": "可用于在工作流中向任意 HTTP 服务发送请求,进行数据交互。",
9
- "version": "2.3.0-alpha.1",
9
+ "version": "3.0.0-alpha.1",
10
10
  "license": "Apache-2.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/workflow-request",
@@ -28,7 +28,7 @@
28
28
  "@nocobase/server": "2.x",
29
29
  "@nocobase/test": "2.x"
30
30
  },
31
- "gitHead": "2377df8ceb12549149017f7f14a61207bf6e49a2",
31
+ "gitHead": "22d8be8ece179cfa5c8a4ebb2c896c92bd418e03",
32
32
  "keywords": [
33
33
  "Workflow"
34
34
  ]