AWS Step Functions · Schema

ActivityStartedEventDetails

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

iPaaSOrchestrationServerless

Properties

Name Type Description
workerName object
View JSON Schema on GitHub

JSON Schema

step-functions-activitystartedeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ActivityStartedEventDetails",
  "type": "object",
  "properties": {
    "workerName": {}
  },
  "description": "Contains details about the start of an activity during an execution."
}