I am quite new to Camunda.I am trying to create a project in which it will throw the Business Errors from the Task Listener and catch it from the same task where that listener was invoked.
I used an Error Boundary Event task to implement this but the issue is when that task is catching the error from listener ,its retrying the task to execute again and again.
What i want is it should not retry at all and just throw the error to the user.
Please help me in this.