Response status 500 Error on BPM Flow

On Reaching Execution STP Rules I am getting a response error. Even though all the data is correct . I have checked my reels data and got the response in postman but through BPM I am getting error instead . The Pics are below

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 500, endpoint https://sandbox.neu

Where Flow gets stopped


Checking through Postman if I have reels integration error

Finally the json i send through the postman :{
“caseType”: “alpha_training”,
“caseData”: {
“firstName”: “my name”,
“lastName”: “lastname”,
“email”: “email**”,
“policyDetails”: {
“inception_date”: “01-12-2024”
},
“features”: [
{
“text”: “Basic Life Insurance”,
“included”: true
},
{
“text”: “TeleMedicine”,
“included”: true
},
{
“text”: “Digital Budgeting App”,
“included”: true
},
{
“text”: “Short Term Disability Cover”,
“included”: true
},
{
“text”: “Extended Life Cover”,
“included”: true
},
{
“text”: “Priority Support”,
“included”: true
}
],
“address”: “HSR Layout”,
“dob”: “12-08-1990”,
“age”: “34”,
“coverage_term”: “1 Year”,
“beneficiary”: “neelapareddy”
},
“wfData”: {
“stp_rules_request”: {
“workflowId”: “d89b7373-1d78-49a9-b113-9e2466a6c3da”,
“version”: “1.0.4”,
“inputObj”: {
“Production Year”: “09/08/2020”,
“currentYear”: “09/08/2024”,
“Business Channel”: “B2C”,
“Make”: “BMW”,
“Model”: “730”,
“Driver DOB”: “09/08/2000”,
“Driver Experience”: “2”,
“Deduction”: “1000”
},
“subFlowIDs”:
}
}
}

2 Likes

@Paul_Thomas @gaurav.pandey @Gowtham_Balram

1 Like

@AdithyaSiva Can you please try again, as we tried with same payload and the process got successfully triggered and got assigned.

1 Like

Thank you its working now

2 Likes