Camunda-external-task-client-js

Hi Guys,

I use camunda-external-task-client-js to maintain the connection between my workflow instances and the Camunda instances. If I understood correctly Camunda listeners pushes events occuring on a service task to any handler connected to it. My question is how to know which handler the messages are intended for if the information is broadcast to all the handlers connected to this listener? I may use the task ID returned when creating the listener, but that does not solve the problem. Any idea ?

Stef