Amazon Step Functions · JSON Structure

Amazon Step Functions Activity Started Event Details Structure

Contains details about the start of an activity during an execution.

Type: object Properties: 1
OrchestrationServerlessState MachineWorkflow

ActivityStartedEventDetails is a JSON Structure definition published by Amazon Step Functions, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

workerName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-activity-started-event-details-structure.json",
  "name": "ActivityStartedEventDetails",
  "description": "Contains details about the start of an activity during an execution.",
  "properties": {
    "workerName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Identity"
        },
        {
          "description": "The name of the worker that the task is assigned to. These names are provided by the workers when calling <a>GetActivityTask</a>."
        }
      ]
    }
  }
}