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

EnterpriseCrmEventbusProtoExecutionTraceInfo

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

Message that helps aggregate all sub-executions triggered by one execution and keeps track of child-parent relationships.

interface EnterpriseCrmEventbusProtoExecutionTraceInfo {
parentEventExecutionInfoId?: string;
traceId?: string;
}

§Properties

§
parentEventExecutionInfoId?: string
[src]

Parent event execution info id that triggers the current execution through SubWorkflowExecutorTask.

§
traceId?: string
[src]

Used to aggregate ExecutionTraceInfo.