WorkflowExecutionInfoList

AutomationTask CoordinationWorkflow
View JSON Schema on GitHub

JSON Schema

amazon-swf-workflowexecutioninfolist-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/WorkflowExecutionInfo"
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WorkflowExecutionInfoList"
}