Apr 12, 2018
Camunda Node.js External Task Client 0.2.0 Released
We are so excited to announce a new alpha release of camunda-external-task-client-js, an Node.js module that makes it possible to handle your BPMN Service Tasks. This release is focused on making it more flexible to handle variables. It improves setting variables and brings up two major features: setting local variables support for Date & File typed variables The following example will illustrate these features and show how they can be used. Example 1. Setup first, make sure to have Camunda running download the following model and deploy it using the Camunda Modeler create an invoice.txt file with some data and place it in the same folder as the script install camunda-external-task-client-js from npm using: npm install -s camunda-external-task-client-js or: yarn…