ListOpenWorkflowExecutionsInput
import type { ListOpenWorkflowExecutionsInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/swf.ts";interface ListOpenWorkflowExecutionsInput {
domain: string;
executionFilter?: WorkflowExecutionFilter | null;
maximumPageSize?: number | null;
nextPageToken?: string | null;
reverseOrder?: boolean | null;
startTimeFilter: ExecutionTimeFilter;
tagFilter?: TagFilter | null;
typeFilter?: WorkflowTypeFilter | null;
}§Properties
§
executionFilter?: WorkflowExecutionFilter | null
[src]§
startTimeFilter: ExecutionTimeFilter
[src]§
typeFilter?: WorkflowTypeFilter | null
[src]