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

EnterpriseCrmFrontendsEventbusProtoRollbackStrategy

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

Next available id: 4

interface EnterpriseCrmFrontendsEventbusProtoRollbackStrategy {
rollbackTaskImplementationClassName?: string;
taskNumbersToRollback?: string[];
}

§Properties

§

Optional. The customized parameters the user can pass to this task.

§
rollbackTaskImplementationClassName?: string
[src]

Required. This is the name of the task that needs to be executed upon rollback of this task.

§
taskNumbersToRollback?: string[]
[src]

Required. These are the tasks numbers of the tasks whose rollback_strategy.rollback_task_implementation_class_name needs to be executed upon failure of this task.