Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowexecutionfilter Structure

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

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowExecutionFilter",
  "description": "Used to filter the workflow executions in visibility APIs by their <code>workflowId</code>.",
  "type": "object",
  "properties": [
    {
      "name": "workflowId",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}