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

Run

import type { Run } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";

Specifies the runId of a workflow execution.

interface Run {
runId?: string | null;
}

§Properties

§
runId?: string | null
[src]

The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.