Questions tagged with AWS Step Functions

AWS Step Functions is a low-code, visual workflow service that developers use to build distributed applications, automate IT and business processes, and build data and machine learning pipelines using AWS services.

Content language: English

Select tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

396 results
I'm receiving the following error when attempting to setup a Converse task with a tool configuration. > Invalid State Machine Definition: 'SCHEMA_VALIDATION_FAILED: Cannot construct instance of `sof...
4
answers
0
votes
64
views
asked 9 days ago
My use-case is to call EKS RunJob from StepFunction workflow. I'm able to create an integration between StepFunction and EKS cluster with any access when the EKS Cluster API endpoint access is set to ...
2
answers
0
votes
83
views
asked 9 days ago
I am pretty sure this is a bug within AWS, as we are getting some low count of errors on Step Function integration with EventBridge connection: ```json { "details": { "cause": "No permissions t...
1
answers
0
votes
45
views
profile picture
asked 12 days ago
As the docs explain, states inside a Distributed Map do not inherit JSONata variables from the parent scope containing that Dist Map. This is easy enough to understand, even if cumbersome to work arou...
2
answers
0
votes
79
views
asked 12 days ago
I have had to use step by step function to allow the caller choose to take the callback. So here is the issue we offer callback at the IVR and Q level. When AWS makes the outbound call back to the cal...
1
answers
0
votes
81
views
asked 15 days ago
Hello everyone , We have use case where we need to create workflow which takes csv file from user via tool and then read data from file and process records and make some internal api call and return ...
1
answers
0
votes
71
views
asked 15 days ago
I currently have a State Machine which calls different Http endpoints based on a Tenant ID that is passed in at runtime. For example, if the State Machine is triggered by Tenant 1 it will utilitize an...
2
answers
0
votes
63
views
asked 20 days ago
Hi Vijay/community, Thanks for this article (https://repost.aws/articles/ARenp6XtBKQECpPcZAtnLK4A/automate-malware-scanning-of-incoming-files-to-your-amazon-s3-bucket-before-processing), it has been ...
2
answers
0
votes
62
views
asked 23 days ago
I'm integrating with a third party public api that uses pipe characters in the user_id. For example I need to invoke a GET request to https://example.com/users/app|1234 where "app|1234" is the user id...
2
answers
0
votes
69
views
asked 23 days ago
Hi I get this error running this command pip install -t python requests Collecting requests Using cached requests-2.32.3-py3-none-any.whl (64 kB) Collecting certifi>=2017.4.17 Using cached certif...
2
answers
0
votes
49
views
asked a month ago
I'm encountering an issue in my AWS Step Functions setup where I'm using a Choice state to trigger different Lambda states based on conditions. The choice condition is supposed to evaluate an input va...
2
answers
0
votes
74
views
asked a month ago
When using a Task state with `Resource: arn:aws:states:::states:startExecution.sync:2` to invoke a state machine (SM), some failures inside the nested SM justify a Retry, but some don't, such as failu...
1
answers
0
votes
37
views
asked a month ago