nexus-agents - v2.80.0
    Preparing search index...

    Interface CreateExecutionContextOptions

    Options for creating an execution context.

    interface CreateExecutionContextOptions {
        workflowId: string;
        inputs: Record<string, unknown>;
        executionId?: string;
    }
    Index

    Properties

    workflowId: string

    Workflow definition ID

    inputs: Record<string, unknown>

    Workflow inputs

    executionId?: string

    Optional custom execution ID (auto-generated if not provided)