genkitx-temporal
    Preparing search index...

    Interface ExecuteFlowWorkflowOptions

    interface ExecuteFlowWorkflowOptions {
        address?: string;
        client?: Client;
        namespace?: string;
        taskQueue?: string;
        workflowId?: string;
        workflowType?: string;
    }
    Index

    Properties

    address?: string
    client?: Client

    Existing Temporal Client to reuse. When supplied, address/namespace are ignored.

    namespace?: string
    taskQueue?: string
    workflowId?: string

    Workflow ID. Defaults to genkit-<flowName>-<random>.

    workflowType?: string

    Override the workflow type to invoke. Defaults to the built-in runGenkitFlow workflow shipped by this plugin.