No polling in v1.3.1 in camunda-external-task-client-js

Follow process to install camunda-external-task-client-js at GitHub - camunda/camunda-external-task-client-js: Implement your BPMN Service Task in NodeJS.

When using latest version (v. 1.3.1), node.js does not perform polling. It just subscribes to the topic.

It is working as expected when using previous version (v 1.3.0) with
npm install -s camunda-external-task-client-js@1.3.0

Hi @Codergal,

Are there Tasks ready in the engine that are not acquired? We made changes to the logging behavior in 1.3.1 so that logs are not spammed with polled 0 tasks and only logs completed tasks. You can enable the old logging behavior by using logger.level('debug').

Please let me know if the problem persists.

EDIT: I forgot to add this to the change logs, will fix this right away

1 Like