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

WorkflowExecution

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

Represents a workflow execution.

interface WorkflowExecution {
runId: string;
workflowId: string;
}

§Properties

§
runId: string
[src]

A system-generated unique identifier for the workflow execution.

§
workflowId: string
[src]

The user defined identifier associated with the workflow execution.