DecisionType

AutomationTask CoordinationWorkflow
View JSON Schema on GitHub

JSON Schema

amazon-swf-decisiontype-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "ScheduleActivityTask",
    "RequestCancelActivityTask",
    "CompleteWorkflowExecution",
    "FailWorkflowExecution",
    "CancelWorkflowExecution",
    "ContinueAsNewWorkflowExecution",
    "RecordMarker",
    "StartTimer",
    "CancelTimer",
    "SignalExternalWorkflowExecution",
    "RequestCancelExternalWorkflowExecution",
    "StartChildWorkflowExecution",
    "ScheduleLambdaFunction"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DecisionType"
}