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

RequestCancelWorkflowExecutionInput

import type { RequestCancelWorkflowExecutionInput } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";
interface RequestCancelWorkflowExecutionInput {
domain: string;
runId?: string | null;
workflowId: string;
}

§Properties

§
domain: string
[src]

The name of the domain containing the workflow execution to cancel.

§
runId?: string | null
[src]

The runId of the workflow execution to cancel.

§
workflowId: string
[src]

The workflowId of the workflow execution to cancel.