volume_mute
Step Functions State
publish date: 2024/08/16 02:43:27.257888 UTC
volume_muteStep Functions is based on state machines and tasks. A is a workflow. A is a state in a workflow that represents a single unit of work that another AWS service performs. Each in a workflow is a state.
Please drag and drop the selected option in the right place or type it instead
state machine
step
task
Correct Answer
(1) state machine
(2) task
(3) step
Explanation
States are elements in your state machine. A state is referred to by its name, which can be any string but it must be unique within the scope of the entire state machine. Individual states can make decisions based on their input, perform actions, and pass output to other states.