Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowexecutiondetail Structure

Contains details about a workflow execution.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowExecutionDetail",
  "description": "Contains details about a workflow execution.",
  "type": "object",
  "properties": [
    {
      "name": "executionInfo",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "executionConfiguration",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "openCounts",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "latestActivityTaskTimestamp",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "latestExecutionContext",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}