v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1458293303.1 KB

Sends a callback for asynchronous custom steps.

The ExecutionId, WorkflowId, and Token are passed to the target resource during execution of a custom step of a workflow. You must include those with their callback as well as providing a status.

post/#X-Amz-Target=TransferService.SendWorkflowStepState

Headers

X-Amz-Target'TransferService.SendWorkflowStepState' required

Request body

WorkflowIdstring required

A unique identifier for the workflow.

ExecutionIdstring required

A unique identifier for the execution of a workflow.

Tokenstring required

Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.

Status'SUCCESS' | 'FAILURE' required

Indicates whether the specified step succeeded or failed.

Response

Success

SendWorkflowStepStateResponse required