traceHeader
The X-Ray trace header that was passed to the execution.
For X-Ray traces, all Amazon Web Services services use the X-Amzn-Trace-Id
header from the HTTP request. Using the header is the preferred mechanism to identify a trace. StartExecution
and StartSyncExecution
API operations can also use traceHeader
from the body of the request payload. If both sources are provided, Step Functions will use the header value (preferred) over the value in the request body.