Amazon Step Functions · Example Payload

Amazon Step Functions Start Execution Input Example

OrchestrationServerlessState MachineWorkflow

Amazon Step Functions Start Execution Input Example is an example object payload from Amazon Step Functions, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

stateMachineArnnameinputtraceHeader

Example Payload

Raw ↑
{
  "stateMachineArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "name": "MyResource",
  "input": "example-value",
  "traceHeader": "example-value"
}