SlideShare a Scribd company logo
Distributed Out of the Box!
AWS Simple Workflow
Serhiy Batyuk
Morning@Lohika
May 14, 2016
My Interests
Tech Lead at
AWS SWF 1 year>
Agenda
SWF Overview
Agenda
SWF Overview Demo
Agenda
SWF Overview Demo Our Experience
What Is AWS Simple Workflow?
AWS SWF Use Cases
https://www.youtube.com/watch?v=DYmJIQO2ZyQ&t=83
Media Processing Infrastructure Provisioning
Business ProcessesReport GenerationData Processing
https://globallogic.com.ua/speaking-event/jeeconf-2015
Preparing to Attend JEEConf
Preparing to Attend JEEConf
Preparing to Attend JEEConf
Preparing to Attend JEEConf
Preparing to Attend JEEConf
PROGRAM
STEPS
Preparing to Attend JEEConf
Preparing to Attend JEEConf
Preparing to Attend JEEConf
Preparing to Attend JEEConf
AWS SWF
https://aws.amazon.com/swf
Workflows and Activities
WORKFLOW
ACTIVITIES
SWF Application Architecture
WorkerDecider
SWF Application Architecture
WorkerDecider
AWS SWF
AWS SWF
AWS SWF Message Flow
WorkerDecider
AWS SWF
AWS SWF Message Flow
WorkerDecider
START
AWS SWF
AWS SWF Message Flow
WorkerDecider
MAKE A
DECISION
AWS SWF
GET
HISTORY
AWS SWF Message Flow
WorkerDecider
AWS SWF
AWS SWF Message Flow
WorkerDecider
BUY
TICKET
AWS SWF
AWS SWF Message Flow
WorkerDecider
BUY
TICKET
AWS SWF
AWS SWF Message Flow
WorkerDecider
TICKET
CONFIRMATION
AWS SWF
AWS SWF Message Flow
WorkerDecider
AWS SWF
AWS SWF Message Flow
WorkerDecider
MAKE A
DECISION
AWS SWF
GET
HISTORY
AWS SWF Message Flow
WorkerDecider
AWS SWF
AWS SWF Message Flow
WorkerDecider
BOOK
HOTEL
AWS SWF
AWS SWF Message Flow
WorkerDecider
BOOK
HOTEL
AWS SWF
AWS SWF Message Flow
WorkerDecider
HOTEL
CONFIRMATION
AWS SWF
AWS SWF Message Flow
WorkerDecider
AWS SWF
AWS SWF Message Flow
WorkerDecider
AWS SWF
AWS SWF Message Flow
WorkerDecider
RESULT
Task Lists and Routing
WorkerDecider
SWF
AWS SWF API
PollForDecisionTask
GetWorkflowExecutionHistory
RespondDecisionTaskCompleted
PollForActivityTask
RespondActivityTaskCompleted
RespondActivityTaskFailed
StartWorkflowExecution
http://docs.aws.amazon.com/amazonswf/latest/apireference
AWS SWF API
RegisterWorkflowType
RegisterActivityType
http://docs.aws.amazon.com/amazonswf/latest/apireference
AWS SWF Flow Framework
AWS SWF
SWF
API
.Net,
Python,
others
SWF Flow
Framework
Java,
Ruby
Java Flow Framework
Workflow Worker
Decider
Workflow
Implementation
Activities
Client
Activities Worker
Worker
Activities
Implementations
Workflow Starter
Client app
Workflow
Client
SWF
http://docs.aws.amazon.com/amazonswf/latest/awsflowguide/awsflow-basics-application-structure.html
Java Flow Framework
Workflow Worker
Decider
Activities
Client
Activities Worker
WorkerClient app
Workflow
Client
SWF
http://docs.aws.amazon.com/amazonswf/latest/awsflowguide/awsflow-basics-application-structure.html
Java Flow Framework
Decider
Workflow
Implementation
Worker
Activities
Implementations
Workflow Starter
Client app
SWF
http://docs.aws.amazon.com/amazonswf/latest/awsflowguide/awsflow-basics-application-structure.html
Java Flow Framework Classes
@Activities
@Workflow Client to schedule workflows
Client to schedule activities
Java Flow Framework Classes
@Activities
@Workflow Client to schedule workflows
Client to schedule activities
WorkflowWorker
ActivitiesWorker
Handle decision tasks
Handle activity tasks
DemoSWF
Visit Organizer Workflow
Visit Organizer Workflow
Visit Organizer Workflow
Visit Organizer Workflow
Preparing for JEEConf
Visit
Organizer
Service
JEEConf
Service
Travel
Service
Preparing for JEEConf
Visit
Organizer
Service
JEEConf
Service
Travel
Service
Buy
tickets
Preparing for JEEConf
Visit
Organizer
Service
JEEConf
Service
Travel
Service
Book
hotelBuy
tickets
Preparing for JEEConf
Visit
Organizer
Service
JEEConf
Service
Travel
Service
Book train
tickets
Book
hotelBuy
tickets
Time to see the code!
public class HelloWorld {
public static void main() {
System.out.println(“Hi”);
}
}
https://github.com/sbatyuk/aws-swf-sample
http://info.thinkfun.com/stem-education/mark-engelberg-inventor-of-code-master-featured-in-getting-smart
EASY, RIGHT?
FeaturesSWF
Fully Managed Service
Worker
Worker
Worker
Decider
Decider
Scalable
AWS SWF
My App
http://docs.aws.amazon.com/amazonswf/latest/awsflowguide/awsflow-basics-scalable.html
Worker
Worker
Worker
Decider
Decider
Scalable
AWS SWF
My App
http://docs.aws.amazon.com/amazonswf/latest/awsflowguide/awsflow-basics-scalable.html
Worker
Worker
Worker
Decider
Decider
Activity Retries
AWS SWF
My App
http://docs.aws.amazon.com/amazonswf/latest/awsflowguide/features-retry.html
Worker
Worker
Worker
Decider
Decider
Activity Retries
AWS SWF
My App
http://docs.aws.amazon.com/amazonswf/latest/awsflowguide/features-retry.html
Worker
Worker
Worker
Decider
Decider
Activity Retries
AWS SWF
My App
http://docs.aws.amazon.com/amazonswf/latest/awsflowguide/features-retry.html
Workflow Execution History
Exactly Once Delivery
= 1
Integration with Spring and JUnit
http://docs.aws.amazon.com/amazonswf/latest/awsflowguide/test.html
Other Features
Child workflows
Lamda tasks
Heartbeats
Continuous
workflows
Timers
Signals
AWS SWF Pricing
https://aws.amazon.com/swf/pricing
10,000 workflows in a
day with 3 activities each:
$1.75
Lessons learntSWF
Workflow Replays
http://docs.aws.amazon.com/amazonswf/latest/awsflowguide/awsflow-basics-distributed-execution.html
@Override

public void prepareForJEEConf(String name, String email) {

Promise<Integer> ticket = jeeConfService.buyTicket(name);

Promise<Integer> hotel = travelService.bookHotel(name, ticket);

Promise<Integer> train = travelService.bookTrainTickets(name, ticket);



sendConfirmationEmail(email, ticket, hotel, train);

}
Workflow Replay #1
Workflow Activity Client Activity Workflow History
Workflow Replay #1
Workflow Activity Client Activity Workflow History
Get history
Workflow Replay #1
Workflow Activity Client Activity Workflow History
History
Get history
Workflow Replay #1
Buy ticket
Workflow Activity Client Activity Workflow History
History
Get history
Workflow Replay #1
Buy ticket
Buy ticket
Workflow Activity Client Activity Workflow History
History
Get history
Workflow Replay #1
Buy ticket
Promise
Buy ticket
Workflow Activity Client Activity Workflow History
History
Get history
Workflow Replay #1
Buy ticket
Promise
Buy ticket
Book hotel
Workflow Activity Client Activity Workflow History
History
Get history
Workflow Replay #1
Buy ticket
Promise
Buy ticket
Book hotel
Promise
Workflow Activity Client Activity Workflow History
History
Get history
Workflow Replay #1
Buy ticket
Promise
Buy ticket
Book hotel
Promise
Ticket
confirmation
Workflow Activity Client Activity Workflow History
History
Get history
Workflow Replay #2
Workflow Activity Client Activity Workflow History
Workflow Replay #2
Workflow Activity Client Activity Workflow History
Get history
Workflow Replay #2
Workflow Activity Client Activity Workflow History
History
Get history
Workflow Replay #2
Buy ticket
Workflow Activity Client Activity Workflow History
History
Get history
Workflow Replay #2
Buy ticket
Workflow Activity Client Activity Workflow History
History
Get history
Promise with
confirmation
Workflow Replay #2
Buy ticket
Book hotel
Workflow Activity Client Activity Workflow History
History
Get history
Promise with
confirmation
Workflow Replay #2
Buy ticket
Book hotel
Book hotel
Workflow Activity Client Activity Workflow History
History
Get history
Promise with
confirmation
Workflow Replay #2
Buy ticket
Book hotel
Book hotel
Promise
Workflow Activity Client Activity Workflow History
History
Get history
Promise with
confirmation
Workflow Replay #2
Buy ticket
Book hotel
Book hotel
Promise
Hotel
confirmation
Workflow Activity Client Activity Workflow History
History
Get history
Promise with
confirmation
Activity Timeouts
Activity Heartbeats
Activity Heartbeats
Serialization of Exceptions
1 1 1 0 1 0 0 0 1 1 0 1 1 1 0 1 0 1 0 1 0 1 1 1 0 1 0 0 0 1 1 1 0 1 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 1 1 1 0
0 1 0 0 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1 0 1 1 0 0 0 1 1 0 1 0 0 1 1 0 0 0 0 1 0 0 1 1 0 1 1 1 1 1 0 1 1 0 0 1 0 0 1 1 0 1
0 0 0 1 1 1 1 0 1 1 0 0 1 0 0 1 1 1 0 0 1 1 0 0 0 1 1 0 1 1 1 0 0 0 1 0 0 0 1 1 1 1 1 0 0 1 0 1 0 0 0 1 1 1 1 0 0 1 0 0
1 1 1 0 0 0 0 1 0 1 0 1 1 1 1 0 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 1 0 0 1 1 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0
1 0 1 1 1 0 1 1 1 1 0 0 1 0 1 1 1 1 0 1 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 1 0 0 0 0 1 1 0 0 0
1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 1 0 1 1 1 0 1 1 1 1 1 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1
0 1 1 1 0 1 0 1 0 1 1 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 1 0 1 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 0 0 0 1 0 1
0 0 0 1 1 1 0 1 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 0 0 0 1 0 0 0 1 1 1 1 1 1
0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 1 1 1 1 0 0 1 1 1 1 0 0 0 1 1 1 0 1 0 1 0 0 1 1 1 1 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 1
1 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 0 1 1 1 0 1 1 0 0 0 0 1 1 1 0 0 0 1 0 1 0 1 1 0 1 1 1 0 1 0
0 1 0 1 1 1 0 0 1 1 0 1 1 0 1 0 1 0 0 1 1 1 1 0 0 1 1 0 1 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 0 1 1 0 1 0 0 0 0 0
0 1 1 0 1 1 0 1 1 1 0 1 1 0 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 1 1 0 1 0 1 1 1 1 0 0 0 0 0 1 1 0 0 1 1 1 1 0 0 1 0 1 1
1 0 0 0 0 0 0 1 0 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 1 1 1 1 0 0
1 0 1 0 1 1 1 0 1 0 0 1 1 1 0 1 0 0 0 0 1 1 1 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 1 1 1 1 0
0 1 1 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 1 1 1 0 1 1 0 0 0 0 1 1 1 1 0 1 0 1 0 1 1 0 0 0 0 1 1 1 1 1 0 1 1 0 1 1 0 1 0 1 0 0
History and Data Size Limits
25K
http://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dg-limits.html
History events
32K
Message size
(chars)
Summary
Programs with steps Scalability
Timeouts & Retries Java & Ruby
Questions
Serhiy Batyuk
sbatyuk@gmail.com
@sbatyuk

More Related Content

What's hot (15)

PDF
Eset infografia-social-media-day
ESET Latinoamérica
 
PDF
Vazamentos massivos nas redes sociais: quais medidas os usuários devem tomar?
ESET Brasil
 
PPTX
0240041
Oj Kwon
 
PPT
Cdma basics
uday joshi
 
PDF
Introduction to Keras / Global Artificial Intelligence Conference / Santa Cla...
Francesco Mosconi
 
PDF
Firebird 2.5.0-release notes
accessdenied
 
PDF
Back box user-guide
dsd124
 
PDF
Back box how-to_configure_a_new_device
dsd124
 
DOCX
Truth table, Karnaugh map & logic circuit with 5 outputs and 8 inputs
Abir Chowdhury
 
PDF
Soril 29 dun
NARANGERELBAYASGALAN
 
PDF
Avg afg uma_en_90_13
rextex1579
 
PPTX
Turkey pumphrey 2
ICARDA
 
PDF
41 soril dun.kodoor
NARANGERELBAYASGALAN
 
PDF
Resultados de primer parcial
Rolando Alvarado Anchisi
 
Eset infografia-social-media-day
ESET Latinoamérica
 
Vazamentos massivos nas redes sociais: quais medidas os usuários devem tomar?
ESET Brasil
 
0240041
Oj Kwon
 
Cdma basics
uday joshi
 
Introduction to Keras / Global Artificial Intelligence Conference / Santa Cla...
Francesco Mosconi
 
Firebird 2.5.0-release notes
accessdenied
 
Back box user-guide
dsd124
 
Back box how-to_configure_a_new_device
dsd124
 
Truth table, Karnaugh map & logic circuit with 5 outputs and 8 inputs
Abir Chowdhury
 
Soril 29 dun
NARANGERELBAYASGALAN
 
Avg afg uma_en_90_13
rextex1579
 
Turkey pumphrey 2
ICARDA
 
41 soril dun.kodoor
NARANGERELBAYASGALAN
 
Resultados de primer parcial
Rolando Alvarado Anchisi
 

Viewers also liked (12)

PDF
DuyHai DOAN - Real time analytics with Cassandra and Spark - NoSQL matters Pa...
NoSQLmatters
 
PPTX
Spark - Migration Story
Roman Chukh
 
PPTX
Big data analysis in java world
Serg Masyutin
 
PDF
Tweaking performance on high-load projects
Dmitriy Dumanskiy
 
PDF
Apache HBase Workshop
Valerii Moisieienko
 
PPTX
React. Flux. Redux
Andrey Kolodnitsky
 
PPTX
Marionette talk 2016
Kseniya Redunova
 
PPTX
Introduction to real time big data with Apache Spark
Taras Matyashovsky
 
PPTX
Lambda architecture: from zero to One
Serg Masyutin
 
PPTX
NLP: a peek into a day of a computational linguist
Mariana Romanyshyn
 
PPTX
Amazon API Gateway
Mark Bate
 
PDF
Introduction to Data Science
Anastasiia Kornilova
 
DuyHai DOAN - Real time analytics with Cassandra and Spark - NoSQL matters Pa...
NoSQLmatters
 
Spark - Migration Story
Roman Chukh
 
Big data analysis in java world
Serg Masyutin
 
Tweaking performance on high-load projects
Dmitriy Dumanskiy
 
Apache HBase Workshop
Valerii Moisieienko
 
React. Flux. Redux
Andrey Kolodnitsky
 
Marionette talk 2016
Kseniya Redunova
 
Introduction to real time big data with Apache Spark
Taras Matyashovsky
 
Lambda architecture: from zero to One
Serg Masyutin
 
NLP: a peek into a day of a computational linguist
Mariana Romanyshyn
 
Amazon API Gateway
Mark Bate
 
Introduction to Data Science
Anastasiia Kornilova
 
Ad

Similar to AWS Simple Workflow: Distributed Out of the Box! - Morning@Lohika (20)

PDF
lastline-breach-detection-platform-datasheet
Serhat Cakmakoglu
 
DOC
spanning tree
Roman Vladynskyi
 
PDF
Portuguese Home Language - 2006
Instituto Diáspora Brasil (IDB)
 
PPTX
Train your digital brain
TeodoraTenciu
 
PDF
TARJETA MADRE
MiguelngelGozaineArr
 
PDF
A4 drive dev_ops_agility_and_operational_efficiency
Dr. Wilfred Lin (Ph.D.)
 
PDF
알고리즘,자료구조 강의 제안서pdf.pdf
ssuser82c38d
 
PPSX
Modeling Saltwater Intrusion along Jeddah Coast Using Multiple Spreadsheets
Amro Elfeki
 
PDF
Intro to Deep Learning April 2017
Francesco Mosconi
 
KEY
Digital Cameras
Mister D
 
DOCX
Quadro valor lugar milhões
Bianca Zanocini
 
PDF
apidays Australia 2023 - Building On-Premise Hybrid API Platforms, David Free...
apidays
 
DOCX
Norma 2215105030(tgas 3)
Norma Mahmudah
 
PDF
CAR Email 9.11.02 (b)
Obama White House
 
PDF
Digital Product Design
Andy Budd
 
PDF
plantilla sistema numeracion
José Andrés Lloret
 
PDF
Unlock the value of big data with the DX2000 from NEC - Infographic
Principled Technologies
 
PDF
Smoketest - Oracle Management Cloud
Volker Linz
 
PPTX
Open source and its career benefits
Techbuddy Consulting Pvt. Ltd.
 
PPTX
Estado del Arte de la IA
Plain Concepts
 
lastline-breach-detection-platform-datasheet
Serhat Cakmakoglu
 
spanning tree
Roman Vladynskyi
 
Portuguese Home Language - 2006
Instituto Diáspora Brasil (IDB)
 
Train your digital brain
TeodoraTenciu
 
TARJETA MADRE
MiguelngelGozaineArr
 
A4 drive dev_ops_agility_and_operational_efficiency
Dr. Wilfred Lin (Ph.D.)
 
알고리즘,자료구조 강의 제안서pdf.pdf
ssuser82c38d
 
Modeling Saltwater Intrusion along Jeddah Coast Using Multiple Spreadsheets
Amro Elfeki
 
Intro to Deep Learning April 2017
Francesco Mosconi
 
Digital Cameras
Mister D
 
Quadro valor lugar milhões
Bianca Zanocini
 
apidays Australia 2023 - Building On-Premise Hybrid API Platforms, David Free...
apidays
 
Norma 2215105030(tgas 3)
Norma Mahmudah
 
CAR Email 9.11.02 (b)
Obama White House
 
Digital Product Design
Andy Budd
 
plantilla sistema numeracion
José Andrés Lloret
 
Unlock the value of big data with the DX2000 from NEC - Infographic
Principled Technologies
 
Smoketest - Oracle Management Cloud
Volker Linz
 
Open source and its career benefits
Techbuddy Consulting Pvt. Ltd.
 
Estado del Arte de la IA
Plain Concepts
 
Ad

Recently uploaded (20)

PDF
Alexander Marshalov - How to use AI Assistants with your Monitoring system Q2...
VictoriaMetrics
 
PDF
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
PPTX
Migrating Millions of Users with Debezium, Apache Kafka, and an Acyclic Synch...
MD Sayem Ahmed
 
PDF
Capcut Pro Crack For PC Latest Version {Fully Unlocked} 2025
hashhshs786
 
PPTX
Engineering the Java Web Application (MVC)
abhishekoza1981
 
PPTX
Fundamentals_of_Microservices_Architecture.pptx
MuhammadUzair504018
 
PDF
Mobile CMMS Solutions Empowering the Frontline Workforce
CryotosCMMSSoftware
 
PPTX
3uTools Full Crack Free Version Download [Latest] 2025
muhammadgurbazkhan
 
PDF
Understanding the Need for Systemic Change in Open Source Through Intersectio...
Imma Valls Bernaus
 
PPTX
Java Native Memory Leaks: The Hidden Villain Behind JVM Performance Issues
Tier1 app
 
PPTX
Equipment Management Software BIS Safety UK.pptx
BIS Safety Software
 
PDF
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
PPTX
Feb 2021 Cohesity first pitch presentation.pptx
enginsayin1
 
PPTX
Comprehensive Guide: Shoviv Exchange to Office 365 Migration Tool 2025
Shoviv Software
 
PPTX
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
PDF
Beyond Binaries: Understanding Diversity and Allyship in a Global Workplace -...
Imma Valls Bernaus
 
DOCX
Import Data Form Excel to Tally Services
Tally xperts
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PPTX
Human Resources Information System (HRIS)
Amity University, Patna
 
PPTX
Platform for Enterprise Solution - Java EE5
abhishekoza1981
 
Alexander Marshalov - How to use AI Assistants with your Monitoring system Q2...
VictoriaMetrics
 
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
Migrating Millions of Users with Debezium, Apache Kafka, and an Acyclic Synch...
MD Sayem Ahmed
 
Capcut Pro Crack For PC Latest Version {Fully Unlocked} 2025
hashhshs786
 
Engineering the Java Web Application (MVC)
abhishekoza1981
 
Fundamentals_of_Microservices_Architecture.pptx
MuhammadUzair504018
 
Mobile CMMS Solutions Empowering the Frontline Workforce
CryotosCMMSSoftware
 
3uTools Full Crack Free Version Download [Latest] 2025
muhammadgurbazkhan
 
Understanding the Need for Systemic Change in Open Source Through Intersectio...
Imma Valls Bernaus
 
Java Native Memory Leaks: The Hidden Villain Behind JVM Performance Issues
Tier1 app
 
Equipment Management Software BIS Safety UK.pptx
BIS Safety Software
 
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
Feb 2021 Cohesity first pitch presentation.pptx
enginsayin1
 
Comprehensive Guide: Shoviv Exchange to Office 365 Migration Tool 2025
Shoviv Software
 
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
Beyond Binaries: Understanding Diversity and Allyship in a Global Workplace -...
Imma Valls Bernaus
 
Import Data Form Excel to Tally Services
Tally xperts
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
Human Resources Information System (HRIS)
Amity University, Patna
 
Platform for Enterprise Solution - Java EE5
abhishekoza1981
 

AWS Simple Workflow: Distributed Out of the Box! - Morning@Lohika