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

WorkflowTypeFilter

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

Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.

interface WorkflowTypeFilter {
name: string;
version?: string | null;
}

§Properties

§
name: string
[src]

Name of the workflow type.

§
version?: string | null
[src]

Version of the workflow type.