@nocobase/plugin-workflow-response-message 1.6.29 → 1.6.31
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.
package/dist/externalVersion.js
CHANGED
|
@@ -11,7 +11,7 @@ module.exports = {
|
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"@ant-design/icons": "5.6.1",
|
|
13
13
|
"antd": "5.12.8",
|
|
14
|
-
"@nocobase/plugin-workflow": "1.6.
|
|
15
|
-
"@nocobase/client": "1.6.
|
|
16
|
-
"@nocobase/server": "1.6.
|
|
14
|
+
"@nocobase/plugin-workflow": "1.6.31",
|
|
15
|
+
"@nocobase/client": "1.6.31",
|
|
16
|
+
"@nocobase/server": "1.6.31"
|
|
17
17
|
};
|
package/dist/locale/en-US.json
CHANGED
|
@@ -2,5 +2,7 @@
|
|
|
2
2
|
"Response message": "Response message",
|
|
3
3
|
"Add response message, will be send to client when process of request ends.": "Add response message, will be send to client when process of request ends.",
|
|
4
4
|
"Message content": "Message content",
|
|
5
|
-
"Supports variables in template.": "Supports variables in template."
|
|
6
|
-
|
|
5
|
+
"Supports variables in template.": "Supports variables in template.",
|
|
6
|
+
"If the workflow ends normally, the response message will return a success status by default.": "If the workflow ends normally, the response message will return a success status by default.",
|
|
7
|
+
"If you want to return a failure status, please add an \"End Process\" node downstream to terminate the workflow.": "If you want to return a failure status, please add an \"End Process\" node downstream to terminate the workflow."
|
|
8
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-workflow-response-message",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.31",
|
|
4
4
|
"displayName": "Workflow: Response message",
|
|
5
5
|
"displayName.zh-CN": "工作流:响应消息",
|
|
6
6
|
"description": "Used for assemble response message and showing to client in form event and request interception workflows.",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"@nocobase/utils": "1.x"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@nocobase/plugin-workflow": "1.6.
|
|
18
|
+
"@nocobase/plugin-workflow": "1.6.31"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
21
|
"Workflow"
|
|
22
22
|
],
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "fc024988c623826fe2447d3f29e3cce40d15c354"
|
|
24
24
|
}
|