GoogleCloudIntegrationsV1alphaExecutionReplayInfo
import type { GoogleCloudIntegrationsV1alphaExecutionReplayInfo } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship
interface GoogleCloudIntegrationsV1alphaExecutionReplayInfo {
originalExecutionInfoId?: string;
replayedExecutionInfoIds?: string[];
replayMode?: "REPLAY_MODE_UNSPECIFIED" | "REPLAY_MODE_FROM_BEGINNING" | "REPLAY_MODE_POINT_OF_FAILURE";
replayReason?: string;
}§Properties
§
originalExecutionInfoId?: string
[src]If this execution is a replay of another execution, then this field contains the original execution id.
§
replayedExecutionInfoIds?: string[]
[src]If this execution has been replayed, then this field contains the execution ids of the replayed executions.