Amazon Step Functions Get Activity Task Input Structure
GetActivityTaskInput schema from Amazon Step Functions API
Type: objectProperties: 2Required: 1
OrchestrationServerlessState MachineWorkflows
GetActivityTaskInput is a JSON Structure definition published by Amazon Step Functions, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"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-get-activity-task-input-structure.json",
"name": "GetActivityTaskInput",
"description": "GetActivityTaskInput schema from Amazon Step Functions API",
"properties": {
"activityArn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using <a>CreateActivity</a>.)"
}
]
},
"workerName": {
"allOf": [
{
"$ref": "#/components/schemas/Name"
},
{
"description": "You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history."
}
]
}
},
"required": [
"activityArn"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.