Hi all, I’m new to Flowable and the Flowable community.
As part of my master’s thesis, I’m expected to develop a micro-service based LLM Fine-Tuning framework for a specific industrial use-case. I don’t have access to Flowable Enterprise but only have access to the open-source version.
Right now, I’m trying to understand what kind of an idea this is and how do I use Flowable for such a project. I’m capable of doing this without Flowable, but it is a must that I use Flowable to orchestrate my micro-services, instead of, for example Docker.
I assumed that I could do something using External Worker Task, but I couldn’t find anything related to it on the open-source endpoints. I’m running Flowable using all-in-one Docker image. Is this task type supported in open-source version? If yes, how do I use them exactly?
Any idea, feedback or tutorials to learn Flowable for such context would be much appreciated.
Thanks!