Skip to content

Commit e8315e2

Browse files
committed
fix: CandidateParam类型应为String
1 parent c2f51b3 commit e8315e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/bpmnProcessDesigner/package/designer/plugins/descriptor/flowableDescriptor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@
14091409
"properties": [
14101410
{
14111411
"name": "value",
1412-
"type": "Integer",
1412+
"type": "String",
14131413
"isBody": true
14141414
}
14151415
]

0 commit comments

Comments
 (0)