Hi @Sam
I am able to create the case not able to see the cases in alpha admin portal.
753d6028-1598-4e01-bd6d-fcc5dada5931
@subhakanta Could you please fetch the case details using the CID from the Case Service Swagger API and share the response here?
[
{
"caseInstance": {
"cid": 4101,
"piid": 4769,
"source": "-",
"description": "-",
"created_at": "2026-06-11T05:25:57.963Z",
"updated_at": "2026-06-11T05:25:58.026Z",
"case_last_updated_at": "2026-06-11T05:25:58.023Z",
"status": "New Case",
"cdid": 206,
"processSLA": "-",
"caseDisabled": **false**,
"caseData": {
"cidid": 4101,
"data": {
"email": "test@gmail.com",
"fullname": "Subhakanta sahu",
"final_premium": 9500
},
"created_at": "2026-06-11T05:25:57.963Z",
"updated_at": "2026-06-11T05:25:57.963Z"
},
"signal": \[\]
},
"taskInstance": {
"taskId": 4468,
"taskName": "Case Manager Review",
"taskStatus": "CREATED",
"currentProcessInstanceId": 4769,
"parentProcessInstanceId": 4769,
"metadata": {
"containerId": "subha_health_poc_1.0.0-SNAPSHOT",
"taskSubject": "",
"taskDescription": "",
"taskOwner": **null**,
"createdOn": "2026-06-11T05:25:57.994Z",
"potOwners": "",
"taskDelegatedTime": **null**,
"groups": **null**
}
}
}
]
@subhakanta It seems that the task was created, but it has not been assigned to any user or group. It looks like the Human Task in BPM was not configured with an assignee group.
Could you please:
-
Verify that the Human Task is assigned to the appropriate group in BPM.
-
Check whether the corresponding group exists in Alpha Admin.
-
If the group does not exist, create it.
-
Add yourself to that group and test the flow again.
Please let us know the outcome after making these changes.
