CompleteWorkflowExecutionFailedCause

AutomationTask CoordinationWorkflow
View JSON Schema on GitHub

JSON Schema

amazon-swf-completeworkflowexecutionfailedcause-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "UNHANDLED_DECISION",
    "OPERATION_NOT_PERMITTED"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CompleteWorkflowExecutionFailedCause"
}