Neutrome SDK reference
    Preparing search index...

    Type Alias ExecutorContext

    ExecutorContext: RuntimeContext & {
        executionId: string;
        parentExecutionId?: string;
        requestId: string;
    }

    RuntimeContext plus the identity of the running execution.

    Type Declaration

    • executionId: string

      Id of this execution.

    • OptionalparentExecutionId?: string

      Id of the enclosing execution, when nested.

    • requestId: string

      Id shared by every execution of one inbound request.