Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ExecutionTimeFilter

Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the Unix Time format. For example: "oldestDate": 1325376070.

Hierarchy

  • ExecutionTimeFilter

Properties

Properties

latestDate?: Date

Specifies the latest start or close date and time to return.

oldestDate: undefined | Date

Specifies the oldest start or close date and time to return.