Mar 13, 2018
Camunda Node.js External Task Client 0.1.0-alpha Released
We are so excited to announce what the team has been cooking for the past few weeks: camunda-external-task-client.js, a Node.js client for Camunda External Tasks! The main features set includes: Fetch & Lock Tasks Globally Task Completion Lock Time Manipulation Fetch & Lock Tasks Globally A detail about the Camunda Engine API worth pointing out is that it’s possible to fetch external tasks as a batch independently of their specific topics. The Client performs Fetch & Lock in batches, leading to significantly less requests and a superior performance compared to executing the same operation per topic. Furthermore, it offers to start/stop polling for available tasks and distributes them by topic. Each individual topic can be subscribed in order to complete…
By Seif Eddine Ghezala, Fabian Hinsenkamp