Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudIntegrationsV1alphaExecutionDetails

import type { GoogleCloudIntegrationsV1alphaExecutionDetails } from "https://googleapis.deno.dev/v1/integrations:v1.ts";

Contains the details of the execution info: this includes the tasks execution details plus the event execution statistics.

interface GoogleCloudIntegrationsV1alphaExecutionDetails {
eventExecutionSnapshotsSize?: bigint;
state?:
| "STATE_UNSPECIFIED"
| "PENDING"
| "PROCESSING"
| "SUCCEEDED"
| "FAILED"
| "CANCELLED"
| "RETRY_ON_HOLD"
| "SUSPENDED";
}

§Properties

§

List of Start and end time of the execution attempts.

§
eventExecutionSnapshotsSize?: bigint
[src]

Total size of all event_execution_snapshots for an execution

§

List of snapshots taken during the execution.

§
state?: "STATE_UNSPECIFIED" | "PENDING" | "PROCESSING" | "SUCCEEDED" | "FAILED" | "CANCELLED" | "RETRY_ON_HOLD" | "SUSPENDED"
[src]

Status of the execution.