volume_mute
With Step Functions, an application can pick up where it left off if workflow is interrupted for any reason
publish date: 2024/08/16 02:35:22.573104 UTC
volume_muteCorrect Answer
True
Explanation
AWS Step Functions provides serverless orchestration for modern applications. Orchestration centrally manages a workflow by breaking it into multiple steps, adding flow logic, and tracking the inputs and outputs between the steps. As your applications run, Step Functions maintains the application state, tracking exactly which workflow step your application is in, and stores an event log of data that is passed between application components. That means if the workflow is interrupted for any reason, your application can pick up right where it left off.
Reference
AWS Skill Builder