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

EnterpriseCrmEventbusProtoScatterResponse

import type { EnterpriseCrmEventbusProtoScatterResponse } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoScatterResponse {
errorMsg?: string;
executionIds?: string[];
isSuccessful?: boolean;
}

§Properties

§
errorMsg?: string
[src]

The error message of the failure if applicable.

§
executionIds?: string[]
[src]

The execution ids of each Subworkflow fired by this scatter.

§
isSuccessful?: boolean
[src]

If execution is sync, this is true if the execution passed and false if it failed. If the execution is async, this is true if the WF was fired off successfully, and false if it failed to execute. The success or failure of the subworkflows executed are not captured.

§

A list of all the response parameters in the aggregtorMap stored with the remapped key.

§

The element that was scattered for this execution.