SlideShare a Scribd company logo
Introduction to the Flow Factory
Design Pattern
Developers Track
Adam Purkiss, MondayCall Solutions, Principal Architect
@apurkiss
adampurkiss.com
Learning the hard way…

ENTER COMMAND: GO NORTH

■
Learning the hard way…

ENTER COMMAND:

■
Object-oriented design patterns
▪ Program to an interface, not an implementation
▪

Strive for loosely-coupled designs

▪

Encapsulate what varies

▪

Remember the open-closed principle
Object-oriented design patterns
Requirements gathering
The problem
Course
Complete
In international
registry?

In US registry?

Update
Salesforce

N
Create
profile

Y
Update
profile

N

Y

Update profile

Done
Welcome
email
The problem grew
Course
Complete
In rewards
program?

In US registry?

Update
Salesforce

N
Create
profile

Y
Update
profile

Y
Add rewards
points

N

In international
registry?

N

Y

Update profile

Done
Welcome
email

Rewards
email
Callout constraints
Deferring DML and email
Course
Complete
In rewards
program?

In US registry?

Update
Salesforce

N
Create
profile

Y
Update
profile

Y
Add rewards
points

N

In international
registry?

N

Y

Update profile

Done
Welcome
email

Rewards
email
The Flow Factory
▪ Flow-specific inputs
▪ Executed steps collection
▪ Steps create & return next steps
▪

Inversion of Control

▪ Two pass execution
▪

Pass 1: Step.processStep()

▪

Pass 2: Step.finish()
Flow of the flow
Pass 1
Step 1

Step 2

Step 3

Step 4

▪Add self to list
▪Process work
▪Create next

▪…
▪…
▪…

▪…
▪...
▪…

▪...
▪…
▪Return null

Step 1

Step 2

Step 3

Step 4

▪Final processing

▪…

▪…

▪…

Pass 2 (DML)
Flow of the flow
Pass 1
Step 1

Step 2

Step 3

Step 4

processStep()

processStep()

processStep()

processStep()

Step 1

Step 2

Step 3

Step 4

finish()

finish()

finish()

finish()

Pass 2 (DML)
Logical interfaces
▪ FlowStep (create / process / finish)
▪ FlowState (inputs / aggregate)
▪ FlowParent (process loop / finish loop)
FlowStep
1) Next step / step name
2) Process step / finish
3) Create instance
1
2
3
FlowStep variation
▪ Create dynamic instance
FlowState
1) Steps aggregate in parent list
2) Flow-specific inputs in subclass
1

2
FlowParent
1) Provide initial step & state
2) Main loop (pass 1)
3) Finish loop (pass 2)
1
2

3
Invoking a flow example
1) Subclass FlowParent / processWork()
2) Invoke flow
1

2
Pass 1
processStep()
Course
Nothing
Complete

Update
Salesforce

In rewards
program?
processStep()
Callout

In US registry?

processStep()
Callout

N
Create
profile

Y
Update
profile

Y
Add rewards
points

N

In international
registry?
processStep()

N

Callout

Y

Update profile

Done
Welcome
email

Rewards
email
Pass 2
finish()
Course
Update Salesforce
(DML)Complete
In US registry?

Update
Salesforce

Save callout response
Send email

N

In international
registry?
finish()

N

Save callout response

N

finish()

In rewards
program?

Create
profile

Y
Update
profile

Y
Add rewards
finish() points
Save callout response
Send email

Y

Update profile

Done
Welcome
email

Rewards
email
Demo
Resources
GitHub:
▪https://github.com/apurkiss/course-complete

Developerforce Wiki:
▪http://wiki.developerforce.com/page/The_Flow_Factory_Design_Pattern

Pluralsight: Force.com Design Patterns - Part 2
▪http://pluralsight.com/training/Courses/TableOfContents/forcedotcom-designpatterns-part2
Adam Purkiss
Principal Architect,
@apurkiss
Introduction to The Flow Factory Design Pattern

More Related Content

PDF
Computer Organization And Architecture lab manual
PDF
Smart India Hackathon Idea Submission
PPTX
Mini Project PPT
DOC
Online shopping report-6 month project
PDF
e-commerce web development project report (Bookz report)
DOCX
Java questions for viva
DOCX
college website project report
PDF
4Sem VTU-HDL Programming Notes-Unit1-Introduction
Computer Organization And Architecture lab manual
Smart India Hackathon Idea Submission
Mini Project PPT
Online shopping report-6 month project
e-commerce web development project report (Bookz report)
Java questions for viva
college website project report
4Sem VTU-HDL Programming Notes-Unit1-Introduction

What's hot (20)

PPT
Student feedback system
PDF
project-ppt1.pdf
PPTX
Natural language processing
PDF
b.sc_project_proposal_format good.pdf
PPT
Counters
PDF
Digital System Design Basics
PPTX
E-Commerce website IT project PPT
DOCX
Online Quiz System Project Report
PPTX
Number system conversion
PPTX
Logic gates and NAND and NOR univarsal gates
PDF
online Examination System (project report)
PPTX
PPT
Erd examples
PPT
Digital logic design part1
PDF
Binary multipliers
PDF
Binary Arithmetic
PDF
Mod-5-synchronous-counter-using-J-K flip-flop.pdf
PPTX
Final Year Project Presentation
PDF
De report gtu sem 3
PPT
296612332-College-Website-Presentation.ppt
Student feedback system
project-ppt1.pdf
Natural language processing
b.sc_project_proposal_format good.pdf
Counters
Digital System Design Basics
E-Commerce website IT project PPT
Online Quiz System Project Report
Number system conversion
Logic gates and NAND and NOR univarsal gates
online Examination System (project report)
Erd examples
Digital logic design part1
Binary multipliers
Binary Arithmetic
Mod-5-synchronous-counter-using-J-K flip-flop.pdf
Final Year Project Presentation
De report gtu sem 3
296612332-College-Website-Presentation.ppt
Ad

Viewers also liked (17)

PPT
Facility location
PPTX
Facility location and layout planning
PDF
Flow Factory Oy / Peliteknologialla muistin aktivointia
PDF
Successful Factory Design Implementation
PPT
Location
DOC
Facilities layout design and facilities location
PPTX
Factory design suite
PPTX
Location ppt
PPT
Blackboard Pattern
PPTX
Design pattern (Abstract Factory & Singleton)
PDF
Characteristic Comparison of U-Shaped Monopole and Complete Monopole Antenna
PPT
Facility Layout
PPT
Facility Layout in production management
PPTX
Facility layout ppt
PPT
Interior Design ppt.
PDF
Principles of Interior Design
PPTX
Facility location and techniques
Facility location
Facility location and layout planning
Flow Factory Oy / Peliteknologialla muistin aktivointia
Successful Factory Design Implementation
Location
Facilities layout design and facilities location
Factory design suite
Location ppt
Blackboard Pattern
Design pattern (Abstract Factory & Singleton)
Characteristic Comparison of U-Shaped Monopole and Complete Monopole Antenna
Facility Layout
Facility Layout in production management
Facility layout ppt
Interior Design ppt.
Principles of Interior Design
Facility location and techniques
Ad

Similar to Introduction to The Flow Factory Design Pattern (20)

PDF
APIdays Paris 2019 - API SDK Development - Lessons Learned by Jaap Brasser, ...
PDF
API SDK Development – Lessons Learned
PPTX
Leading the Transformation
PDF
80262886-SAP-Implementation-Methodology.pdf
PDF
What the heck is Kanban? - CodeMash 2014
PDF
PeopleSoft-Environment-Cloning-Automation.pdf
PDF
Custom web n logo designs Company profile.pdf
PPTX
From Design to Delivery
PPTX
How to Become a Salesforce Developer.pptx
PPTX
Visual Studio 2010 Agile Tools (overview)
PDF
Online Store Design Service Proposal PowerPoint Presentation Slides
PPTX
Littelfuse presentation research and performance showcase
PDF
Starting Your First Job in the Software Industry: Tips and Tricks from Nakov
PDF
Focused integration development with agile methodologies - Oracle Primavera P...
DOCX
Shyama Sasidharan_CV
PDF
Professional portfolio 2 3_20
PPTX
Capstone pres
PDF
Ecommerce Website Design Proposal PowerPoint Presentation Slides
PDF
Office 365 development overview Nilesh Shah 15 march 2018
PDF
Salesforce University - Guide to Certification Paths
APIdays Paris 2019 - API SDK Development - Lessons Learned by Jaap Brasser, ...
API SDK Development – Lessons Learned
Leading the Transformation
80262886-SAP-Implementation-Methodology.pdf
What the heck is Kanban? - CodeMash 2014
PeopleSoft-Environment-Cloning-Automation.pdf
Custom web n logo designs Company profile.pdf
From Design to Delivery
How to Become a Salesforce Developer.pptx
Visual Studio 2010 Agile Tools (overview)
Online Store Design Service Proposal PowerPoint Presentation Slides
Littelfuse presentation research and performance showcase
Starting Your First Job in the Software Industry: Tips and Tricks from Nakov
Focused integration development with agile methodologies - Oracle Primavera P...
Shyama Sasidharan_CV
Professional portfolio 2 3_20
Capstone pres
Ecommerce Website Design Proposal PowerPoint Presentation Slides
Office 365 development overview Nilesh Shah 15 march 2018
Salesforce University - Guide to Certification Paths

More from Salesforce Developers (20)

PDF
Sample Gallery: Reference Code and Best Practices for Salesforce Developers
PDF
Maximizing Salesforce Lightning Experience and Lightning Component Performance
PDF
Local development with Open Source Base Components
PPTX
TrailheaDX India : Developer Highlights
PDF
Why developers shouldn’t miss TrailheaDX India
PPTX
CodeLive: Build Lightning Web Components faster with Local Development
PPTX
CodeLive: Converting Aura Components to Lightning Web Components
PPTX
Enterprise-grade UI with open source Lightning Web Components
PPTX
TrailheaDX and Summer '19: Developer Highlights
PDF
Live coding with LWC
PDF
Lightning web components - Episode 4 : Security and Testing
PDF
LWC Episode 3- Component Communication and Aura Interoperability
PDF
Lightning web components episode 2- work with salesforce data
PDF
Lightning web components - Episode 1 - An Introduction
PDF
Migrating CPQ to Advanced Calculator and JSQCP
PDF
Scale with Large Data Volumes and Big Objects in Salesforce
PDF
Replicate Salesforce Data in Real Time with Change Data Capture
PDF
Modern Development with Salesforce DX
PDF
Get Into Lightning Flow Development
PDF
Integrate CMS Content Into Lightning Communities with CMS Connect
Sample Gallery: Reference Code and Best Practices for Salesforce Developers
Maximizing Salesforce Lightning Experience and Lightning Component Performance
Local development with Open Source Base Components
TrailheaDX India : Developer Highlights
Why developers shouldn’t miss TrailheaDX India
CodeLive: Build Lightning Web Components faster with Local Development
CodeLive: Converting Aura Components to Lightning Web Components
Enterprise-grade UI with open source Lightning Web Components
TrailheaDX and Summer '19: Developer Highlights
Live coding with LWC
Lightning web components - Episode 4 : Security and Testing
LWC Episode 3- Component Communication and Aura Interoperability
Lightning web components episode 2- work with salesforce data
Lightning web components - Episode 1 - An Introduction
Migrating CPQ to Advanced Calculator and JSQCP
Scale with Large Data Volumes and Big Objects in Salesforce
Replicate Salesforce Data in Real Time with Change Data Capture
Modern Development with Salesforce DX
Get Into Lightning Flow Development
Integrate CMS Content Into Lightning Communities with CMS Connect

Recently uploaded (20)

PPTX
1. Introduction to Computer Programming.pptx
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
TLE Review Electricity (Electricity).pptx
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PPTX
Tartificialntelligence_presentation.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
Hybrid model detection and classification of lung cancer
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
August Patch Tuesday
PDF
Enhancing emotion recognition model for a student engagement use case through...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
1. Introduction to Computer Programming.pptx
cloud_computing_Infrastucture_as_cloud_p
gpt5_lecture_notes_comprehensive_20250812015547.pdf
TLE Review Electricity (Electricity).pptx
DP Operators-handbook-extract for the Mautical Institute
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Group 1 Presentation -Planning and Decision Making .pptx
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Heart disease approach using modified random forest and particle swarm optimi...
Tartificialntelligence_presentation.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Zenith AI: Advanced Artificial Intelligence
Hybrid model detection and classification of lung cancer
A novel scalable deep ensemble learning framework for big data classification...
August Patch Tuesday
Enhancing emotion recognition model for a student engagement use case through...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
A comparative study of natural language inference in Swahili using monolingua...
MIND Revenue Release Quarter 2 2025 Press Release

Introduction to The Flow Factory Design Pattern