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

EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata

import type { EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata {
ancestorIterationNumbers?: string[];
ancestorTaskNumbers?: string[];
eventAttemptNum?: number;
integrationName?: string;
taskAttemptNum?: number;
taskLabel?: string;
taskName?: string;
taskNumber?: string;
}

§Properties

§
ancestorIterationNumbers?: string[]
[src]

Ancestor iteration number for the task(it will only be non-empty if the task is under 'private workflow')

§
ancestorTaskNumbers?: string[]
[src]

Ancestor task number for the task(it will only be non-empty if the task is under 'private workflow')

§
eventAttemptNum?: number
[src]

the event attempt number this snapshot belongs to.

§
integrationName?: string
[src]

The direct integration which the event execution snapshots belongs to

§
taskAttemptNum?: number
[src]

the task attempt number this snapshot belongs to. Could be empty.

§
taskLabel?: string
[src]

the task label associated with this snapshot. Could be empty.

§
taskName?: string
[src]

the task name associated with this snapshot. Could be empty.

§
taskNumber?: string
[src]

The task number associated with this snapshot. Could be empty.