Flowable engineering blog post hero

Engineering

The Flowable Engine as a Serverless Function

There’s a lot being written and talked about serverless these days. Whether from the infrastructural or from the software architectural point of view, at minimum it’s worth thinking about this way of deploying and writing software. Calling out to a serverless function from a process or case is one thing, but it gets really interesting when thinking about how a process, case or rule engine can be used to construct a serverless function. Of course, such a thing is not easy.

Flowable core developers Joram Barrez and Filip Hrisafov looked into what it would take to make the Flowable engines ready for this serverless world and recorded a webinar to share the results. In this video, they look at the challenge of getting the cold boot up time as low as possible, while building a real process function that starts and finishes a process when the function is invoked.

Using Spring Cloud and the Spring Cloud AWS function adapter, they demonstrate how to build, package and run a Flowable process function on AWS. After that, they dive into Micronaut and GraalVM to build a native image that boots up a full HTTP REST process endpoint in only 14 milliseconds!

Suffice to say the webinar is worth a watch!

Timestamps to the different parts:

  • 0:00 Introduction

  • 1:28 What is serverless?

  • 6:54 Flowable serverless challenges

  • 7:47 Flowable serverless idea

  • 8:36 Flowable Ahead-of-time Compilation & Annotation processing

  • 17:33 Flowable without persistency

  • 23:00 Flowable + Spring Cloud Function

  • 27:09 How fast does it boot? (benchmarks)

  • 32:57 Flowable + AWS with Spring Cloud

  • 41:08 Flowable + Micronaut

  • 44:45 Flowable + Micronaut + GraalVM

  • 55:52 Conclusions

Joram Barrez_MG 7807

Joram Barrez

Principal Software Architect

A core developer at Flowable with over a decade of experience in open source software and of building scalable process engines. He co-founded the Activiti project (on which Flowable is based) and was part of the JBoss jBPM team before that.

Share this Blog post
shutterstock_2450383491
Engineering |
BPMN is dead, long live BPMN

Tools like ChatGPT can handle a variety of business tasks, automating nearly everything. And it’s true, GenAI really can do a wide range of tasks that humans do currently. Why not let business users work directly with AI then? And what about Agentic AI?

Engineering |
Measuring model complexity – Part 3: Introducing Complexity Analyzer

In this post, we continue our exploration of workflow complexity - learn how key metrics like activity count and control flow reveal natural groupings of models, making it easier to identify and improve overly complex designs.

Engineering |
Measuring model complexity – Part 2: Putting theory into practice

In this post, we continue our exploration of workflow complexity - learn how key metrics like activity count and control flow reveal natural groupings of models, making it easier to identify and improve overly complex designs.