{ "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 GetActivityTask." } ] } } }