A Non-Blocking Call of an External Service Inside a Process
A helpful guide for those working with Camunda or Flowable who want to design processes the right way without surprises.Quite often one has to make API calls to various external services. In essence, it is a standard system orchestration scenario or even a microservice orchestration scenario (sorry for a buzzword). It looks simple and logical […]