RunSelfHostedTaskIacCompletedRequest: {
    messageError?: string;
    metadata?: { [key: string]: object };
    runId: string;
    runTaskId: string;
    schemaVersion: string;
    status: "SUCCESS" | "INTERNAL_ERROR";
}

Type declaration

  • OptionalmessageError?: string

    The error message, if it exists

  • Optionalmetadata?: { [key: string]: object }

    Metadata

  • runId: string

    The Run ULID

  • runTaskId: string

    The Task ULID

  • schemaVersion: string

    The schema version

  • status: "SUCCESS" | "INTERNAL_ERROR"

    Whether this task completed successfully or not