tarun
May 27, 2026, 5:54am
1
Hey @Sam ,
I’m currently working on the Alpha assignment , where the process goes like :
Underwriter(approve) > Reviewer (approve) > Admin(approve/reject).
Underwriter(reject) > Admin(approve/reject)
Here i’m not able to see the task assigned to Admin on my Case Manager, where i need to give the final approval/rejection for the current process instance.
can you please help me with this issue ? what is that i need to do so i can complete the whole process from the Alpha-UI.
alpha-project ID: a5d52113-24b8-4164-b921-dec1c7aa0d08
cid: 2226, pid: 2713
Sam
May 27, 2026, 6:18am
2
Seems like your flow is correct, but the application responsible for sending emails is either undeployed or not deployed. The case creation human task has been completed successfully.
tarun
May 27, 2026, 6:51am
3
does that mean i have completed the assingment ?
Sam
May 27, 2026, 7:02am
4
Can you try both approve and reject? If both are successful, we can confirm that it is working fine from your side.
tarun
May 27, 2026, 7:21am
5
Hey @Sam ,
Both Underwriter Approval & Review Approval are working,
but the process is again getting blocked at Admin inside a subprocess.
tarun
May 27, 2026, 9:14am
6
hey @Sam , can you please help me resolve this, it is an blocker.
Sam
May 27, 2026, 9:55am
7
Can you check the process variables and verify whether there is any error message present or not?
tarun
May 27, 2026, 10:25am
8
@Sam ,
i couldn’t see any error’s on the process, and the process variables for the underwriter, and reviewer has the boolean data.
Sam
May 27, 2026, 10:47am
9
@tarun Not in the training entry process. Please check the error flow of the process instance ID that you shared earlier.
tarun
May 27, 2026, 11:02am
10
@Sam is this the one you are asking for ?
in the Error’s column of the process-instance that i have created, it doesn’t shows any error, as i shared in the earlier reply.
Here i have attached the process variable of the error-flow inside the “sub-process” inside the process.
It does show error in the process variable
here i’m getting
Error: org.kie.api.runtime.process.ProcessWorkItemHandlerException: org.kie.api.runtime.process.ProcessWorkItemHandlerException: org.jbpm.process.workitem.rest.RESTServiceException: Unsuccessful response from REST server (status 405, endpoint ``https://sandbox.neu
ErrorMsg: org.kie.api.runtime.process.ProcessWorkItemHandlerException: org.jbpm.process.workitem.rest.RESTServiceException: Unsuccessful response from REST server (status 405, endpoint Neutrinos Intelligent Automation Platform , response <html> <head><titl
Sam
May 27, 2026, 11:11am
11
Yeah, it seems like the flow is calling an API that is not deployed. Because of that, it is throwing an error and navigating to the error flow.
tarun
May 27, 2026, 11:11am
12
what should i do then ? is there any way to proceed further with the assignment ?
Sam
May 27, 2026, 11:13am
13
You can continue with the rest of the assignments or move on to the next platform. Alternatively, you can try creating another flow to learn more. For this, an application needs to be created and deployed; I don’t think there is any other way around it.