Member Junction
    Preparing search index...

    Pointer from a step back to its underlying log (polymorphic by substrate).

    interface PipelineStepLogRef {
        actionExecutionLogId?: string;
        preview?: string;
        providerKind: PipelineProviderKind;
    }
    Index

    Properties

    actionExecutionLogId?: string

    ActionExecutionLog row ID for Action steps; undefined otherwise.

    preview?: string

    Truncated text preview of the step's output, for steps with no DB log.

    providerKind: PipelineProviderKind