SWF Flashcards
SWF =
simple workflow service
what does simple workflow service do?
It’s a Web service that makes it easy to coordinate work
across distributed application components.
It’s a way of coordinating work across
a whole bunch of different components
within your application.
swf is a way to mix automated tasks with human tasks
t or f
t
SQS has a retention period of up to ___ days
SWF, workflow executions can last up to ___
14
1 year
t or f
swf presents a task oriented api, whereas sqs offers a message oriented api
t
swf keeps track of all the tasks and events in an app. with sqs, you need to implement your own app level tracking especially if you app uses multiple queues
yes
swf ensures that a task is assigned once and is never duplicated.
with sqs you need to handle duplicate messages and may also need to ensure that a message is processed only once.
t or f
t
___ ____ - an app that cna initiate (start) a workflow. could be your ecommerce website following theplacement of an order, or mobile app searhcing for bus times.
workflow starters
____ - controls the flow of activity tasks in a workflow execution. if something has finished (or failed) in a workflow, this thingy decides what to do next.
decider
____ ___ carry out activity tasks for swf
activity workers