JavaScript
-
Q&A: How Can I Complete a Service...
Let us help you make your external client claim a task, complete it, and return control to your Camunda process.
-
How Developing Java Apps is Easier with...
Learn how using Camunda’s process engine in your Java application will make development easier and save you time.
-
Announcing Zeebe Node Client 0.23
The 0.23.2 version of the Zeebe Node Client is out and available via NPM. There was a critical build error in 0.23.0 and 0.23.1. Special thanks to @myfjdthink for reporting it, and @lwille for the Pull Request that fixed it. The complete Change Log is at the end of this post, with the full list of known issues (for the first time in a release – there is one), breaking changes, new features and fixes. In this post, we’ll also feature a few of the major changes in this release in detail. Feature: Zeebe Node is now pure JavaScript Known Issue: Connection Error debouncing Fix: Transparent Reconnection after K8s pod reschedule Feature: Developer-friendly logging Feature: Batch Worker Version 0.23.0 Changelog...
-
Transactional Email Microservice with Zeebe and NestJS
NestJS is a JavaScript Microservices framework for Node.js inspired by Angular. For some time now, front-end developers have been able to get the benefits of configuration by convention, dependency injection, and composition using decorators to build code bases whose structure can scale. Now it’s time for backend developers to get the same benefits. NestJS is a framework that clearly meets a need felt in the community – it was the fastest growing Node.js framework in 2018 (measured by GitHub stars). NestJS leverages TypeScript, decorators, and the MVC architecture to enable developers to build applications that communicate over REST, WebSockets, gRPC, and GraphQL. With a new library from Dan Shapir – nestjs-zeebe – you can now integrate Zeebe into a NestJS...