Step Functions
Implementation details for API stepfunctions
Coverage Overview
Step Functions
is supported by LocalStack
in the community version.
Availability | Testing* | |||||||
---|---|---|---|---|---|---|---|---|
Operation | Implemented | Edition | Internal Test Suite | External Test Suite | Terraform Validated | AWS Validated | Snapshot Tested | Details |
CreateActivity | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
CreateStateMachine | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
DeleteActivity | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
DeleteStateMachine | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
DescribeActivity | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
DescribeExecution | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
DescribeMapRun | ✔️ | community | ||||||
DescribeStateMachine | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
DescribeStateMachineForExecution | ✔️ | community | ✔️ | ✔️ | Show Tests | |||
GetActivityTask | ✔️ | community | ||||||
GetExecutionHistory | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
ListActivities | ✔️ | community | ||||||
ListExecutions | ✔️ | community | ✔️ | Show Tests | ||||
ListMapRuns | ✔️ | community | ||||||
ListStateMachines | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
ListTagsForResource | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
SendTaskFailure | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
SendTaskHeartbeat | ✔️ | community | ||||||
SendTaskSuccess | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
StartExecution | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
StartSyncExecution | ✔️ | community | ||||||
StopExecution | ✔️ | community | ✔️ | |||||
TagResource | ✔️ | community | ||||||
UntagResource | ✔️ | community | ||||||
UpdateMapRun | ✔️ | community | ||||||
UpdateStateMachine | ✔️ | community | ✔️ | ✔️ | Show Tests |
Terminology
- Internal Test Suite: tested by LocalStack's internal integration test suite
- External Test Suite: covered by an external integration test suite, that runs against LocalStack
- Terraform Validated: operation tested with Terraform
- AWS Validated: the integration test that includes this operation call was validated against AWS
- Snapshot Tested: the operation is part of a snapshot parity test, which verifies the responses by LocalStack and AWS are the same
Testing Details
This section gives an overview about the internal integration test suite and the specific test cases that recorded the API call.How to read the test details?
For each operation we put up a list of the related integration test cases.
Those operation calls have been recorded during the exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.
Those operation calls have been recorded during the exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.
- Parameters: The tests are ordered by the parameters used, which are highlighted in bold.
- Test Details: LocalStack Community or LocalStack Pro indicates where the test originates. For each test you see:
- test name
- status code returned (which is the expected one for the test case)
- information about validation:
- AWS validated the test is validated against AWS, meaning it run successfully against real AWS as well
- Snapshot Tested this is a snapshot parity test, meaning the responses are validated against AWS
CreateActivity
Parameters: name
- LocalStack Community
- test_cfn_statemachine_with_dependencies LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_cfn_statemachine_with_dependencies HTTP Status Code: 200 AWS validated
CreateStateMachine
Parameters: definition, name, roleArn
- LocalStack Community
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
- test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
- test_cfn_statemachine_with_dependencies LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_cfn_statemachine_with_dependencies HTTP Status Code: 200 AWS validated
- test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
- test_create_choice_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 200
- test_create_run_map_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_map_state_machine HTTP Status Code: 200
- test_create_run_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_state_machine HTTP Status Code: 200
- test_create_state_machines_in_parallel LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_state_machines_in_parallel HTTP Status Code: 200
- test_events_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_events_state_machine HTTP Status Code: 200
- test_default_logging_configuration LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_default_logging_configuration HTTP Status Code: 200 AWS validated
- test_multiregion_nested[statemachine_definition0-eu-central-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-central-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-eu-west-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-west-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-2] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-2] HTTP Status Code: 200
- test_path_based_on_data LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
- test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
- test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.7] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 200
- LocalStack Pro
- test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 200 AWS validated
- test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 200 AWS validated
- test_enforce_policy_stepfunctions LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_stepfunctions HTTP Status Code: 200
- test_enforce_policy_stepfunctions LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_stepfunctions HTTP Status Code: 400 (AccessDeniedException)
- LocalStack Community
- test_apigateway_with_step_function_integration[DeleteStateMachine] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[DeleteStateMachine] HTTP Status Code: 200 AWS validated
- test_apigateway_with_step_function_integration[StartExecution] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[StartExecution] HTTP Status Code: 200 AWS validated
- test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
- test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
- test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
- test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200
- test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200
- test_statemachine_definitionsubstitution LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 200
DeleteActivity
Parameters: activityArn
- LocalStack Community
- test_cfn_statemachine_with_dependencies LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_cfn_statemachine_with_dependencies HTTP Status Code: 200 AWS validated
DeleteStateMachine
Parameters: stateMachineArn
- LocalStack Community
- test_apigateway_with_step_function_integration[DeleteStateMachine] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[DeleteStateMachine] HTTP Status Code: 200 AWS validated
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
- test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
- test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
- test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
- test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
- test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200
- test_cfn_statemachine_with_dependencies LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_cfn_statemachine_with_dependencies HTTP Status Code: 200 AWS validated
- test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200
- test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
- test_statemachine_definitionsubstitution LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 200
- test_create_choice_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 200
- test_create_run_map_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_map_state_machine HTTP Status Code: 200
- test_create_run_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_state_machine HTTP Status Code: 200
- test_create_state_machines_in_parallel LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_state_machines_in_parallel HTTP Status Code: 200
- test_events_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_events_state_machine HTTP Status Code: 200
- test_default_logging_configuration LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_default_logging_configuration HTTP Status Code: 200 AWS validated
- test_multiregion_nested[statemachine_definition0-eu-central-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-central-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-eu-west-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-west-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-2] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-2] HTTP Status Code: 200
- test_path_based_on_data LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
- test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
- test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.7] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 200
- LocalStack Pro
- test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 200 AWS validated
- test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 200 AWS validated
- test_enforce_policy_stepfunctions LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_stepfunctions HTTP Status Code: 200
DescribeActivity
Parameters: activityArn
- LocalStack Community
- test_cfn_statemachine_with_dependencies LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_cfn_statemachine_with_dependencies HTTP Status Code: 200 AWS validated
DescribeExecution
Parameters: executionArn
- LocalStack Community
- test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
- test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
- test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
- test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200
- test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200
- test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
- test_statemachine_definitionsubstitution LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-eu-central-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-central-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-eu-west-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-west-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-2] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-2] HTTP Status Code: 200
- test_path_based_on_data LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
- test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
- test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
DescribeStateMachine
Parameters: stateMachineArn
- LocalStack Community
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
- test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
- test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
- test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
- test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
- test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
- test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
- test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
- test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200
- test_cfn_statemachine_with_dependencies LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_cfn_statemachine_with_dependencies HTTP Status Code: 200 AWS validated
- test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200
- test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
- test_statemachine_definitionsubstitution LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 200
- test_create_state_machines_in_parallel LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_state_machines_in_parallel HTTP Status Code: 200
- test_default_logging_configuration LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_default_logging_configuration HTTP Status Code: 200 AWS validated
- test_path_based_on_data LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_path_based_on_data LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
- test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
- test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
- test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
DescribeStateMachineForExecution
Parameters: executionArn
- LocalStack Community
- test_multiregion_nested[statemachine_definition0-eu-central-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-central-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-eu-west-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-west-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-2] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-2] HTTP Status Code: 200
GetExecutionHistory
Parameters: executionArn
- LocalStack Community
- test_create_choice_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 200
- test_create_run_map_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_map_state_machine HTTP Status Code: 200
- test_create_run_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_state_machine HTTP Status Code: 200
- test_path_based_on_data LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
- test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
ListExecutions
Parameters: stateMachineArn
- LocalStack Community
- test_create_choice_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 200
- test_create_run_map_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_map_state_machine HTTP Status Code: 200
- test_create_run_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_state_machine HTTP Status Code: 200
- test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.7] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 200
ListStateMachines
Parameters: - (without any parameters)
- LocalStack Community
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
- test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
- test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
- test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
- test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
- test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
- test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200
- test_cfn_statemachine_with_dependencies LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_cfn_statemachine_with_dependencies HTTP Status Code: 200 AWS validated
- test_cfn_statemachine_with_dependencies LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_cfn_statemachine_with_dependencies HTTP Status Code: 200 AWS validated
- test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200
- test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
- test_statemachine_definitionsubstitution LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 200
- test_create_choice_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 200
- test_create_run_map_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_map_state_machine HTTP Status Code: 200
- test_create_run_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_state_machine HTTP Status Code: 200
- test_events_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_events_state_machine HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-eu-central-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-central-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-eu-west-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-west-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-2] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-2] HTTP Status Code: 200
- test_path_based_on_data LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
- test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
- test_invoke_stepfunctions LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_stepfunctions HTTP Status Code: 200
ListTagsForResource
Parameters: resourceArn
- LocalStack Community
- test_create_state_machines_in_parallel LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_state_machines_in_parallel HTTP Status Code: 200
SendTaskFailure
Parameters: cause, error, taskToken
- LocalStack Community
- test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
SendTaskSuccess
Parameters: output, taskToken
- LocalStack Community
- test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
StartExecution
Parameters: input, name, stateMachineArn
- LocalStack Community
- test_multiregion_nested[statemachine_definition0-eu-central-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-central-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-eu-west-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-west-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-2] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-2] HTTP Status Code: 200
- LocalStack Community
- test_apigateway_with_step_function_integration[StartExecution] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[StartExecution] HTTP Status Code: 200 AWS validated
- test_nested_statemachine_with_sync2 LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200
- test_create_choice_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 200
- test_create_run_map_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_map_state_machine HTTP Status Code: 200
- test_path_based_on_data LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_step_functions_calling_api_gateway LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
- test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
- test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.7] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 200
- test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 200
- LocalStack Pro
- test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 200 AWS validated
- test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 200 AWS validated
- LocalStack Community
- test_apigateway_invoke LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
- test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
- test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
- test_apigateway_invoke_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200
- test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
- test_statemachine_definitionsubstitution LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 200
- test_create_run_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_state_machine HTTP Status Code: 200
- test_events_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_events_state_machine HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-eu-central-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-central-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-eu-west-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-west-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-1] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-1] HTTP Status Code: 200
- test_multiregion_nested[statemachine_definition0-us-east-2] LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-2] HTTP Status Code: 200
UpdateStateMachine
Parameters: definition, stateMachineArn
- LocalStack Community
- test_apigateway_invoke_localhost LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
- test_apigateway_invoke_localhost_with_path LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
Last modified March 20, 2023: improve Coverage Docs (#505) (46f2fb0c0)