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

GoogleCloudIntegrationsV1alphaLiftSuspensionRequest

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

Request for lift Suspension

interface GoogleCloudIntegrationsV1alphaLiftSuspensionRequest {
suspensionResult?: string;
}

§Properties

§
suspensionResult?: string
[src]

User passed in suspension result and will be used to control workflow execution branching behavior by setting up corresponnding edge condition with suspension result. For example, if you want to lift the suspension, you can pass "Approved", or if you want to reject the suspension and terminate workfloe execution, you can pass "Rejected" and terminate the workflow execution with configuring the edge condition.