introduction to windows workflow foundation

16
Introduction to Windows Workflow Foundation Andrei Oros Found Media Software | CTO [email protected] [email protected]

Upload: oros-andrei

Post on 27-Jun-2015

480 views

Category:

Software


5 download

DESCRIPTION

.Net Workflow Foundation: Overview, Business Applications, Technology

TRANSCRIPT

Page 1: Introduction to Windows Workflow Foundation

Introduction to Windows Workflow FoundationAndrei Oros Found Media Software | CTO

[email protected]@gmail.com

Page 2: Introduction to Windows Workflow Foundation

Agenda

OverviewBusiness ApplicationsTechnologyDemo

Page 3: Introduction to Windows Workflow Foundation

Overview

Workflow Foundation

.net technology for designing, hosting & running processes as workflows

Page 4: Introduction to Windows Workflow Foundation

Overview

History

➔ introduced with .net 3➔ .net 3.5 added WCF integration➔ with .net 4, WF received a major update /

rewrite (10x - 100x performance increase)➔ .net 4.5 - many Designer improvements

Page 5: Introduction to Windows Workflow Foundation

Overview

Designed for

➔ Long Running Business Logic➔ Often Changing Processes➔ Transparency regarding Process Model and Execution➔ Business Process Management Engines

Page 6: Introduction to Windows Workflow Foundation

Business Applications

Workflow Oriented Scenarios

➔ Banking ➔ HR - Hiring Process➔ Accounting Software➔ Purchasing ➔ IT Infrastructure Management

Page 7: Introduction to Windows Workflow Foundation

Technology

Execution Insights

➔ Customizable Track Data➔ Workflow Level Logging➔ Activity Level Logging

➔ Real-Time

Page 8: Introduction to Windows Workflow Foundation

Technology

Designer - available in Visual Studio

Page 9: Introduction to Windows Workflow Foundation

Technology

Designer - ReHostable

Page 10: Introduction to Windows Workflow Foundation

Technology

Designer - Workflow Types

➔ Sequential

➔ State Machine

➔ Flowchart

Page 11: Introduction to Windows Workflow Foundation

Technology

Activity Libraries

➔ Base Activities from Microsoft

➔ Easy to build new Activities

Page 12: Introduction to Windows Workflow Foundation

Technology

Workflow Host

➔ WCF, WPF, Console Apps, ASP Websites, ..

➔ Workflow Management 1.0➔ IIS Extension - “Dublin”

Page 13: Introduction to Windows Workflow Foundation

Technology

Scalability

➔ Vertical

➔ Horizontal

CPU, RAM, ..

Page 14: Introduction to Windows Workflow Foundation

Technology

Scalability

➔ Vertical

➔ Horizontal

➔ Workflow Persistence

CPU, RAM, ..

Process Persistency DataStore

Page 15: Introduction to Windows Workflow Foundation

Demo

WF Designer

➔ ReHosted Designer➔ System Activities➔ Custom Meetup API

Activity Library➔ Meetup API Workflow➔ WF Execution Log➔ WF Execution Output

Page 16: Introduction to Windows Workflow Foundation

Thank you.

References

➔ Windows Workflow Foundation◆ http://msdn.microsoft.com/en-us/library/dd489441(v=vs.110).aspx

➔ The Workflow Way◆ http://msdn.microsoft.com/en-us/library/dd851337.aspx