Amazon Simple Workflow Service · JSON Structure

Amazon Swf Executiontimefilter Structure

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.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

ExecutionTimeFilter is a JSON Structure definition published by Amazon Simple Workflow Service.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ExecutionTimeFilter",
  "description": "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 <a href=\"https://en.wikipedia.org/wiki/Unix_time\">Unix Time format</a>. For example: <code>\"oldestDate\": 1325376070.</code> ",
  "type": "object",
  "properties": [
    {
      "name": "oldestDate",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "latestDate",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}