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

Type declaration

  • OptionalmessageError?: string

    The error message, if it exists

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

    Metadata

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

    The deploy output, to be used to generate the connection interfaces

  • OptionalpartialResources?: string[]

    partialResources

  • runId: string

    The Run ULID

  • runTaskId: string

    The Task ULID

  • schemaVersion: string

    The schema version

  • status: "SUCCESS" | "INTERNAL_ERROR" | "FAILED"

    Whether this task completed successfully or not