Amazon Simple Workflow Service · JSON Structure

Amazon Swf Closestatusfilter Structure

Used to filter the closed workflow executions in visibility APIs by their close status.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "CloseStatusFilter",
  "description": "Used to filter the closed workflow executions in visibility APIs by their close status.",
  "type": "object",
  "properties": [
    {
      "name": "status",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}