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
Today, we are happy to share that we have released Flowable 7.0.0. As a Flowable community user this means, you can start working with Spring Boot 3 and requires Java 17 as a baseline. Read more
Data is a crucial part of modeling and executing cases and processes. Our new module, Data Dictionary, empowers modelers to define which data structures and constraints are needed in the case or process model and all its child models.Read more
The new Flowable Design shines with a completely new user interface whilst maintaining backward compatibility to the previous version. In this article, we highlight some of the new features and technical details.Read more