What happen when a error occur in external worker

I intensionally write a wrong line in external worker in javascript.

So because of the wrong line, the task does not proceed from that line, and also it does not log error.

Does i have to write everything inside try catch blog in external worker, so that i can log any error that happen.

Hi @Vineet_Gupta1,

Below link might be of help to you (a great useful document written by @Nele )

2 Likes

Hi @Vineet_Gupta1 ,

the following blog post is about Error-Handling in External-Task-Workern written in Java not JavaScript, but it might help you anyway: Camunda External Tasks - Error-Handling and Retry-Behavior

BR rnschk :slight_smile: