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.
hassang
2
Hi @Vineet_Gupta1,
Below link might be of help to you (a great useful document written by @Nele )
2 Likes
rnschk
3
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