/
Start Step Functions Execution
Start Step Functions Execution
This parameters template demonstrates the Start Step Functions Execution action:
Start Step Functions Execution parameters example (escaped manually)
{
"StateMachineArn": "arn:aws:states:ap-southeast-2:123456789012:stateMachine:sample-AutomationWithAWSQuickstartStepFunctionsStateMachine-UHDE4Y9QTDIN",
"Input": "{ \"Event\":\"$event.simpleName\", \"Timestamp\": \"$event.timestamp\", \"TraceID\": \"$event.traceId\"}"
}
Start Step Functions Execution parameters example (escaped with utility function)
{
"StateMachineArn": "arn:aws:states:ap-southeast-2:123456789012:stateMachine:sample-AutomationWithAWSQuickstartStepFunctionsStateMachine-UHDE4Y9QTDIN",
"Input": "$util.escapeJson('{
"Event": "$event.simpleName",
"Timestamp": "$event.timestamp",
"TraceID": "$event.traceId"
}')"
}
, multiple selections available,
Related content
Using the Start Step Functions Execution action
Using the Start Step Functions Execution action
Read with this
Invoke Lambda Function
Invoke Lambda Function
More like this
Composing action payloads with utility functions
Composing action payloads with utility functions
More like this
Automation with AWS 1.2 Release Notes
Automation with AWS 1.2 Release Notes
More like this
Using the AWS Step Functions State Machine task in Bamboo
Using the AWS Step Functions State Machine task in Bamboo
More like this
Using the Start Step Functions Execution action
Using the Start Step Functions Execution action
More like this
Atlassian®, Atlassian Bamboo®, Bitbucket®, Atlassian Crowd®, Confluence®, Jira®, Jira Service Management™, Opsgenie®, and Statuspage™ are registered trademarks of Atlassian.
Amazon Web Services™, AWS™ and the “Powered by Amazon Web Services” logo are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries.
Amazon Web Services™, AWS™ and the “Powered by Amazon Web Services” logo are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries.
Utoolity® is a registered trademark of Utoolity GmbH.
© 2024 Utoolity GmbH. All rights reserved.