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

    Interface StageFailedOptions

    Options for emitting a stage failed event.

    interface StageFailedOptions {
        bus?: IEventBus;
        executionId: string;
        stageId: string;
        error: string;
    }
    Index

    Properties

    bus?: IEventBus
    executionId: string
    stageId: string
    error: string