What are workers?
Programs that interact with SWF to get tasks, process received tasks, and return results.
What is a decider?
Program that controls the coordination of tasks. Ordering, concurrency, and scheduling.
True or False. Tasks are assigned more than once.
False. Only once and never duplicated.
What is the longest time frame for a workflow?
One year. Measured in seconds.
When should SWF be used?
Any time there is human interaction with the workflow.
What is the maximum amount of workflows in an SWF domain?
10,000
List major use cases for SWF