AWS – SWF

SWF – actors

  • workflow starters – human interaction to complete order or collection of services to complete a work order.
  • deciders – program that co-ordinates the tasks
  • activity workers – interact with SWF to get task, process received task and return the results

 

Amazon SWF is useful for automating workflows that include long-running human tasks.

Leave a comment