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

EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo

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

Contains all the execution details for a workflow instance. Next available id: 26

interface EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo {
clientId?: string;
createTime?: bigint;
errorCode?: CrmlogErrorCode;
eventExecutionInfoId?: string;
lastModifiedTime?: bigint;
postMethod?:
| "UNSPECIFIED"
| "POST"
| "POST_TO_QUEUE"
| "SCHEDULE"
| "POST_BY_EVENT_CONFIG_ID"
| "POST_WITH_EVENT_DETAILS";
product?:
| "UNSPECIFIED_PRODUCT"
| "IP"
| "APIGEE"
| "SECURITY";
requestId?: string;
snapshotNumber?: bigint;
tenant?: string;
triggerId?: string;
workflowId?: string;
workflowName?: string;
workflowRetryBackoffIntervalSeconds?: bigint;
}

§Properties

§
clientId?: string
[src]

The event data user sends as request.

§

Cloud Logging details for execution info

§
createTime?: bigint
[src]

Auto-generated.

§

Final error-code if event failed.

§

Errors, warnings, and informationals associated with the workflow/task. The order in which the errors were added by the workflow/task is maintained.

§

The execution info about this event.

§
eventExecutionInfoId?: string
[src]

Auto-generated primary key.

§

Execution trace info to aggregate parent-child executions.

§
lastModifiedTime?: bigint
[src]

Auto-generated.

§
postMethod?: "UNSPECIFIED" | "POST" | "POST_TO_QUEUE" | "SCHEDULE" | "POST_BY_EVENT_CONFIG_ID" | "POST_WITH_EVENT_DETAILS"
[src]

The ways user posts this event.

§
product?: "UNSPECIFIED_PRODUCT" | "IP" | "APIGEE" | "SECURITY"
[src]

Which Google product the execution_info belongs to. If not set, the execution_info belongs to Integration Platform by default.

§
requestId?: string
[src]

Optional. This is used to de-dup incoming request.

§

Event parameters come in as part of the request.

§

Event parameters come out as part of the response.

§
snapshotNumber?: bigint
[src]

Workflow snapshot number.

§
tenant?: string
[src]

Tenant this event is created. Used to reschedule the event to correct tenant.

§
triggerId?: string
[src]

The trigger id of the workflow trigger config. If both trigger_id and client_id is present, the workflow is executed from the start tasks provided by the matching trigger config otherwise it is executed from the default start tasks.

§
workflowId?: string
[src]

Required. Pointer to the workflow it is executing.

§
workflowName?: string
[src]

Name of the workflow.

§
workflowRetryBackoffIntervalSeconds?: bigint
[src]

Time interval in seconds to schedule retry of workflow in manifold when workflow is already running