@nocobase/plugin-workflow-delay 1.4.0-alpha.20240923152933 → 1.4.0-alpha.20240928155737
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
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"antd": "5.12.8",
|
|
13
|
-
"@nocobase/client": "1.4.0-alpha.
|
|
14
|
-
"@nocobase/plugin-workflow": "1.4.0-alpha.
|
|
13
|
+
"@nocobase/client": "1.4.0-alpha.20240928155737",
|
|
14
|
+
"@nocobase/plugin-workflow": "1.4.0-alpha.20240928155737",
|
|
15
15
|
"react-i18next": "11.18.6",
|
|
16
|
-
"@nocobase/server": "1.4.0-alpha.
|
|
16
|
+
"@nocobase/server": "1.4.0-alpha.20240928155737"
|
|
17
17
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Delay": "遅延",
|
|
3
|
+
"Delay a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.": "一定の時間を遅延させた後、処理を続行するか終了します。並列ブランチで待機またはタイムアウト時間を設定するために使用できます。",
|
|
4
|
+
"Duration": "期間",
|
|
5
|
+
"End status": "終了状態",
|
|
6
|
+
"Select status": "ステータスを選択",
|
|
7
|
+
"Succeed and continue": "成功して続行",
|
|
8
|
+
"Fail and exit": "失敗して終了"
|
|
9
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:延时节点",
|
|
5
5
|
"description": "Could be used in workflow parallel branch for waiting other branches.",
|
|
6
6
|
"description.zh-CN": "可用于工作流并行分支中等待其他分支执行完成。",
|
|
7
|
-
"version": "1.4.0-alpha.
|
|
7
|
+
"version": "1.4.0-alpha.20240928155737",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-delay",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@nocobase/server": "1.x",
|
|
22
22
|
"@nocobase/test": "1.x"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "f2765665126f5e9b5ae01f9ca6e8a151916554b4",
|
|
25
25
|
"keywords": [
|
|
26
26
|
"Workflow"
|
|
27
27
|
]
|