Hi, I am having a process that contain call activity to call the sub process and in that writing a script in input parameter enclosed with try catch block.
In catch block I am trying to throw an error so that it to catch by my global error handler but when there is an error in the try block, execution is going to catch block but not throw the error to the error catch event instead creating an incident in camunda.
but when doing same with script task its able to throw error and catch by error catch event.
please someone let me know why it is like that with script in input parameter.
