Creates and starts a Temporal Worker that can execute any Genkit flow
registered with defineTemporalFlow.
IMPORTANT: the entry-point that calls this function MUST first import
(transitively) every module that registers flows. Otherwise the activity
will fail with "No Genkit flow registered under name ..." at runtime.
Creates and starts a Temporal Worker that can execute any Genkit flow registered with defineTemporalFlow.
IMPORTANT: the entry-point that calls this function MUST first import (transitively) every module that registers flows. Otherwise the activity will fail with "No Genkit flow registered under name ..." at runtime.