Hi,
sure, so the worker is actual s separate RPC service which Fusio uses to execute the code i.e. if you take a look at our docker image s.
you can see how those worker services are configured. If you then create an Java-Worker action at the backend, Fusio will send the source
code to the worker and the worker persists this code for further execution.
In general you can also start such a service independent of docker but then you
would need to use a service like supervisord to ensure that the worker is always running. You can also find more information about
best regards
Christoph