Skip to content

Commit fb52a56

Browse files
committed
update version
1 parent 482b5fb commit fb52a56

15 files changed

Lines changed: 25 additions & 17 deletions

File tree

apps/app-mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flow-example/app-mobile",
3-
"version": "0.0.22",
3+
"version": "0.0.26",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/app-pc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flow-example/app-pc",
3-
"version": "0.0.22",
3+
"version": "0.0.26",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-flow/root",
3-
"version": "0.0.22",
3+
"version": "0.0.26",
44
"description": "flow-engine root",
55
"main": "index.js",
66
"scripts": {

packages/flow-approval-presenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-flow/flow-approval-presenter",
3-
"version": "0.0.22",
3+
"version": "0.0.26",
44
"description": "flow-engine approval presenter framework ",
55
"type": "module",
66
"keywords": [

packages/flow-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-flow/flow-core",
3-
"version": "0.0.22",
3+
"version": "0.0.26",
44
"description": "flow-engine core lib framework ",
55
"type": "module",
66
"keywords": [

packages/flow-design/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-flow/flow-design",
3-
"version": "0.0.22",
3+
"version": "0.0.26",
44
"description": "flow-engine design components ",
55
"type": "module",
66
"keywords": [

packages/flow-design/src/script-components/utils/varibale.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,29 +80,37 @@ export class GroovyVariableUtil {
8080
type:'STRING',
8181
order: 11,
8282
},
83+
{
84+
label: '流程Id',
85+
value: 'request.getWorkflowId()',
86+
expression: '${流程Id}',
87+
tag: VariableTag.WORKFLOW,
88+
type:'STRING',
89+
order: 12,
90+
},
8391
{
8492
label: '当前节点',
8593
value: 'request.getNodeName()',
8694
expression: '${当前节点}',
8795
tag: VariableTag.WORKFLOW,
8896
type:'STRING',
89-
order: 12,
97+
order: 13,
9098
},
9199
{
92100
label: '节点类型',
93101
value: 'request.getNodeType()',
94102
expression: '${节点类型}',
95103
tag: VariableTag.WORKFLOW,
96104
type:'STRING',
97-
order: 13,
105+
order: 14,
98106
},
99107
{
100108
label: '是否模拟测试',
101109
value: 'request.isMock()',
102110
expression: '${是否模拟测试}',
103111
type:'BOOLEAN',
104112
tag: VariableTag.WORKFLOW,
105-
order: 14,
113+
order: 15,
106114
}
107115
];
108116
}

packages/flow-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-flow/flow-icons",
3-
"version": "0.0.22",
3+
"version": "0.0.26",
44
"description": "flow-engine icons ",
55
"type": "module",
66
"keywords": [

packages/flow-mobile/flow-mobile-approval/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-flow/flow-mobile-approval",
3-
"version": "0.0.22",
3+
"version": "0.0.26",
44
"description": "flow-engine pc mobile approval components",
55
"type": "module",
66
"keywords": [

packages/flow-mobile/flow-mobile-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-flow/flow-mobile-form",
3-
"version": "0.0.22",
3+
"version": "0.0.26",
44
"description": "flow-engine mobile form engine",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)