{
"businessId": "string",
"flowCode": "string",
"variables": {
"property1": {},
"property2": {}
}
}
curl --location --request POST '/workflow/task/startWorkFlow' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessId": "string",
"flowCode": "string",
"variables": {
"property1": {},
"property2": {}
}
}'
{
"code": 0,
"msg": "string",
"data": {
"processInstanceId": 0,
"taskId": 0
}
}