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

WorkflowType

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

Represents a workflow type.

interface WorkflowType {
name: string;
version: string;
}

§Properties

§
name: string
[src]

The name of the workflow type.

Note: The combination of workflow type name and version must be unique with in a domain.

§
version: string
[src]

The version of the workflow type.

Note: The combination of workflow type name and version must be unique with in a domain.