Starts a Synchronous Express state machine execution. StartSyncExecution
is not available for STANDARD
workflows.
StartSyncExecution
will return a 200 OK
response, even if your execution fails, because the status code in the API response doesn't reflect function errors. Error codes are reserved for errors that prevent your execution from running, such as permissions errors, limit errors, or issues with your state machine code and configuration.
This API action isn't logged in CloudTrail.
Request Syntax{
"includedData": "string
",
"input": "string
",
"name": "string
",
"stateMachineArn": "string
",
"traceHeader": "string
"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
If your state machine definition is encrypted with a AWS KMS key, callers must have kms:Decrypt
permission to decrypt the definition. Alternatively, you can call the API with includedData = METADATA_ONLY
to get a successful response without the encrypted definition.
Type: String
Valid Values: ALL_DATA | METADATA_ONLY
Required: No
The string that contains the JSON input data for the execution, for example:
"input": "{\"first_name\" : \"test\"}"
If you don't include any JSON input data, you still must include the two braces, for example: "input": "{}"
Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
Type: String
Length Constraints: Maximum length of 262144.
Required: No
The name of the execution.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 80.
Required: No
The Amazon Resource Name (ARN) of the state machine to execute.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
Passes the AWS X-Ray trace header. The trace header can also be passed in the request payload.
NoteFor X-Ray traces, all AWS 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.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern: \p{ASCII}*
Required: No
{
"billingDetails": {
"billedDurationInMilliseconds": number,
"billedMemoryUsedInMB": number
},
"cause": "string",
"error": "string",
"executionArn": "string",
"input": "string",
"inputDetails": {
"included": boolean
},
"name": "string",
"output": "string",
"outputDetails": {
"included": boolean
},
"startDate": number,
"stateMachineArn": "string",
"status": "string",
"stopDate": number,
"traceHeader": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
An object that describes workflow billing details, including billed duration and memory use.
Type: BillingDetails object
A more detailed explanation of the cause of the failure.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 32768.
The error code of the failure.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
The Amazon Resource Name (ARN) that identifies the execution.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
Type: String
Length Constraints: Maximum length of 262144.
Provides details about execution input or output.
Type: CloudWatchEventsExecutionDataDetails object
The name of the execution.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 80.
The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
NoteThis field is set only if the execution succeeds. If the execution fails, this field is null.
Type: String
Length Constraints: Maximum length of 262144.
Provides details about execution input or output.
Type: CloudWatchEventsExecutionDataDetails object
The date the execution is started.
Type: Timestamp
The Amazon Resource Name (ARN) that identifies the state machine.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
The current status of the execution.
Type: String
Valid Values: SUCCEEDED | FAILED | TIMED_OUT
If the execution has already ended, the date the execution stopped.
Type: Timestamp
The AWS X-Ray trace header that was passed to the execution.
NoteFor X-Ray traces, all AWS 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.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern: \p{ASCII}*
For information about the errors that are common to all actions, see Common Errors.
The provided Amazon Resource Name (ARN) is not valid.
HTTP Status Code: 400
The provided JSON input data is not valid.
HTTP Status Code: 400
The provided name is not valid.
HTTP Status Code: 400
Either your AWS KMS key policy or API caller does not have the required permissions.
HTTP Status Code: 400
The AWS KMS key is not in valid state, for example: Disabled or Deleted.
HTTP Status Code: 400
Received when AWS KMS returns ThrottlingException
for a AWS KMS call that Step Functions makes on behalf of the caller.
HTTP Status Code: 400
The specified state machine is being deleted.
HTTP Status Code: 400
The specified state machine does not exist.
HTTP Status Code: 400
State machine type is not supported.
HTTP Status Code: 400
For more information about using this API in one of the language-specific AWS SDKs, see the following:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4