Start a Temporal Workflow that runs the given Genkit flow on a worker and wait for its result.
const result = await executeFlowWorkflow(jokeFlow, 'cats'); Copy
const result = await executeFlowWorkflow(jokeFlow, 'cats');
Start a Temporal Workflow that runs the given Genkit flow on a worker and wait for its result.