SendTaskSuccessInput schema from Amazon Step Functions API
Type: objectProperties: 2Required: 2
OrchestrationServerlessState MachineWorkflows
SendTaskSuccessInput is a JSON Structure definition published by Amazon Step Functions, describing 2 properties, of which 2 are 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-send-task-success-input-structure.json",
"name": "SendTaskSuccessInput",
"description": "SendTaskSuccessInput schema from Amazon Step Functions API",
"properties": {
"taskToken": {
"allOf": [
{
"$ref": "#/components/schemas/TaskToken"
},
{
"description": "The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html\">context object</a> when a workflow enters a task state. See <a>GetActivityTaskOutput$taskToken</a>."
}
]
},
"output": {
"allOf": [
{
"$ref": "#/components/schemas/SensitiveData"
},
{
"description": "The JSON output of the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding."
}
]
}
},
"required": [
"taskToken",
"output"
]
}
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.