@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ExecuteNextStepResponse

    Response from executing a next step

    interface ExecuteNextStepResponse {
        message?: string;
        result_id: string;
        status: "completed" | "pending" | "processing" | "failed";
    }
    Index

    Properties

    message?: string
    result_id: string
    status: "completed" | "pending" | "processing" | "failed"