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

WorkflowExecutionFilter

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

Used to filter the workflow executions in visibility APIs by their workflowId.

interface WorkflowExecutionFilter {
workflowId: string;
}

§Properties

§
workflowId: string
[src]

The workflowId to pass of match the criteria of this filter.