🔹 Common State Types in Step Functions
State Type | Purpose |
---|---|
Task | Run a Lambda, ECS, Glue Job, etc. |
Choice | Branch logic based on input values |
Wait | Pause execution for a period |
Pass | Pass input to output (used for testing/transition) |
Fail | Stop execution with failure |
Succeed | Mark workflow as complete with success |
Parallel | Run branches concurrently |
Map | Run a loop over a list (like for-each ) |
Step Functions Definition (Amazon States Language)
No comments:
Post a Comment