Hi,
I’ve created BPM process and Alpha project. I’ve imported the BPM process.
However when I create a new case instance, I don’t see it in the Group Inbox → I can’t assign it to me.
Am I missing anything in the process?
Process
{
"processName": "travel-claim-business-process",
"processVersion": "1.0",
"processDefinitionId": "travel-claim-process.travel-claim-business-process",
"metadata": {
"containerId": "travel-claim-process_1.0.0-SNAPSHOT",
"variables": null,
"reusableSubProcesses": null,
"nodes": null,
"timers": null,
"tagsByVariable": null,
"package": "com.test.travel_claim_process",
"dynamic": false
},
"taskDefinitions": [
{
"taskName": "Operations Review",
"taskType": "Human Task",
"metadata": {
"owner": [
"operations"
]
}
},
{
"taskName": "Preliminary Validation",
"taskType": "Service Task",
"metadata": {
"owner": "Rest"
}
},
{
"taskName": "Evaluate Workflow",
"taskType": "Service Task",
"metadata": {
"owner": "Rest"
}
}
]
}
