@buildkite/buildkite-sdk
    Preparing search index...

    Interface WaitStep

    interface WaitStep {
        allow_dependency_failure?: AllowDependencyFailure;
        branches?: Branches;
        continue_on_failure?: boolean | "true" | "false";
        depends_on?: DependsOn;
        id?: string;
        identifier?: string;
        if?: string;
        key?: string;
        label?: string;
        name?: string;
        type?: "wait" | "waiter";
        wait?: string;
    }
    Index

    Properties

    allow_dependency_failure?: AllowDependencyFailure

    Whether to proceed with this step and further steps if a step named in the depends_on attribute fails

    branches?: Branches

    Which branches will include this step in their builds

    continue_on_failure?: boolean | "true" | "false"

    Continue to the next steps, even if the previous group of steps fail

    depends_on?: DependsOn

    The step keys for a step to depend on

    id?: string

    A unique identifier for a step, must not resemble a UUID

    identifier?: string

    A unique identifier for a step, must not resemble a UUID

    if?: string

    A boolean expression that omits the step when false

    key?: string

    A unique identifier for a step, must not resemble a UUID

    label?: string

    Waits for previous steps to pass before continuing

    name?: string

    Waits for previous steps to pass before continuing

    type?: "wait" | "waiter"
    wait?: string

    Waits for previous steps to pass before continuing