Error in Catching Error

I am new to camunda and my company is implementing flow for updating student details I have made the connectors and given gateway according to the response like for 200 status . But now the problem is that there is not response everytime there is error I have Handled error in error handling but I have to give indication to the team that flow is stopped why , So I need to catch the error like I 504 etc. Tried Using Error Events etc. but unable to catch the errorBpmn flow Video

Can someone Help in this Using Camunda 8.5

Can you upload your BPMN file and show some details on what you’re doing to try to catch the error.

Also you can take a look at this page of the docs that explains how to catch specific error codes and throw BPMN errors

PII_Update.bpmn (24.3 KB)
This is what I was trying to Do

Can you explain what actually happens when a response code that should throw a bpmn error occurs.

I wanted to the catch the Error in a variable and Some How I have resolved that Things now
Error_catch.bpmn (23.6 KB)
This is the updated BPMN , I need One more here how can I make the payload in Update Block Dynamic as currently I am Passing Some fields But I want that the Fields I am recieving from API I should only Assign them in the payload

Thanks for the help Issue has been Resolved got help from Other Forum Answers

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.