Hi @shas@NashitaAfrah@Hariharan_J@Sam
We are working on the Health Proposal POC and are currently blocked while integrating a Reëls rule with Alpha BPM.
We tried two approaches:
BPM Project: Health_Proposal ->health_proposal_project
Service Task
Configured the Eligibility Check as a Service Task.
BPM process instance creation is failing through KIE Server REST.
We are getting an error during process instance creation.
Content-Type: application/json
x-access-token:
BPM build is successful.
During BPM execution we get:
Could not find work item handler for Rest
We need your guidance on:
What is the recommended way to call Reëls from Alpha BPM?
If using REST Work Item, how do we correctly register/configure RESTWorkItemHandler in Alpha?
If Service Task is preferred, what is the correct handler, dependency and configuration?
Is there any Neutrinos-specific configuration required for Reëls integration?
This is currently a blocker for our POC completion, so quick assistance would be highly appreciated.
We can share the BPMN, pom.xml, WorkDefinitions.wid, REST configuration and error screenshots/logs if required.
Thanks.
Hello @vainannu ,
To resolve the REST API issue, you need to install the custom task available for the project. In your Project Settings, go to the Custom Tasks section and install the REST API custom task from there. Once installed, please try again and check whether the issue still occurs.
you can use the training project to understand how the reels api has configured,you can refer it
Hi @Sam@shas@NashitaAfrah@Hariharan_J
Service Task
Configured the Eligibility Check as a Service Task.
BPM process instance creation is failing through KIE Server REST.
We are getting an error during process instance creation.
If Service Task is preferred, what is the correct handler, dependency and configuration?
I have implemented the Service Task, which is required for our POC, but I’m still getting a 500 error when executing it. Could you please guide me on how to resolve this issue as soon as possible? This is currently blocking our progress.