Admin Task not visible in Case Manager

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

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.

does that mean i have completed the assingment ?

Can you try both approve and reject? If both are successful, we can confirm that it is working fine from your side.

Hey @Sam ,

Both Underwriter Approval & Review Approval are working,
but the process is again getting blocked at Admin inside a subprocess.

hey @Sam , can you please help me resolve this, it is an blocker.

Can you check the process variables and verify whether there is any error message present or not?

@Sam ,
i couldn’t see any error’s on the process, and the process variables for the underwriter, and reviewer has the boolean data.

@tarun Not in the training entry process. Please check the error flow of the process instance ID that you shared earlier.

@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

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.

what should i do then ? is there any way to proceed further with the assignment ?

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.