{
"processDefinitionId": "1024",
"variables": {
"property1": {},
"property2": {}
},
"assignee": "{taskKey1: [1, 2]}"
}curl --location --request POST '/admin-api/bpm/process-instance/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"processDefinitionId": "1024",
"variables": {
"property1": {},
"property2": {}
},
"assignee": "{taskKey1: [1, 2]}"
}'{
"code": 0,
"data": "string",
"msg": "string"
}