AWS Step Functions · Schema

TaskStartedEventDetails

Contains details about the start of a task during an execution.

iPaaSOrchestrationServerless

Properties

Name Type Description
resourceType object
resource object
View JSON Schema on GitHub

JSON Schema

step-functions-taskstartedeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TaskStartedEventDetails",
  "type": "object",
  "properties": {
    "resourceType": {},
    "resource": {}
  },
  "required": [
    "resourceType",
    "resource"
  ],
  "description": "Contains details about the start of a task during an execution."
}