Windows Workflow 4 Introducing Windows Workflow Foundation 4 in VS 2010.

Slides:



Advertisements
Similar presentations
Windows Workflow Foundation
Advertisements

IT Technical Support South Nottingham College. Aims Knowledge of the Registry Discuss the tools available to support a technician Gain an understanding.
DELIVERING SHAREPOINT AS A SERVICE
Designing, Deploying and Managing Workflow in SharePoint Sites Steve Heaney Product Development Manager OBS
Visual Studio 2013 Licensing Overview Offerings, Pricing, Licensing, and Promotions Rachel Pekin Microsoft.
Go Live with.NET 3.0 Ivan Towlson, ECN Group Agenda What is.NET 3.0? Should I be considering/recommending it for current projects?
Introduction to Windows Workflow Foundation (WF) Keith Elder Microsoft MVP Blog: Quicken Loans –
DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
Vakgroep Informatietechnologie – Breedbandcommunicatienetwerken (IBCN) Dynamic and generic workflows in.NET Bart De Smet.
Microsoft SharePoint 2013 SharePoint 2013 as a Developer Platform
Microsoft Dynamics AX Technical Conference 2013
SAM for Non-production Environments Presenter Name.
MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio Team Foundation.
Introducing Windows Workflow Foundation. Understanding Windows Workflow Foundation Janakiram MSV Developer Evangelist Microsoft Corporation Introducing.
SharePoint Collaboration Features & Workflow
Using Microsoft SharePoint to Develop Workflow and Business Process Automation Ted Perrotte National Practice Manager, Quilogy, Microsoft Office SharePoint.
An MSDN Subscription acts as a lifeline for software developers, testers, architects, IT professionals, database engineers, and others. It provides priority.
System Center 2012 R2 Windows Azure Pack Service Management Automation 101.
Microsoft ® Official Course Monitoring and Troubleshooting Custom SharePoint Solutions SharePoint Practice Microsoft SharePoint 2013.
- Chaitanya Krishna Pappala Enterprise Architect- a tool for Business process modelling.
Pricing Changes MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio.
Reza Alirezaei, MOSS MVP/MCTS
Case Study: Revolutionizing Microsoft Axapta Mike Ehrenberg COML01 Architect, Microsoft Business Solutions Microsoft Corporation.
1 Developing Rules Driven Workflows in Windows Workflow Foundation Jurgen Willis COM318 Program Manager Microsoft Corporation.
Wrestling with Windows Workflow Foundation Simon Thurman Jeremy Stimson.
Daniel Levy Solutions Consultant, Telerik Testing Tools Division.
Workflow and SharePoint Presented by Ben Geers. Overview What is workflow? Windows Workflow Foundation How does workflow apply to SharePoint? WSS v3 vs.
Windows Azure Tour Benjamin Day Benjamin Day Consulting, Inc.
WEB 304 An Overview of ASP.NET and Windows Workflow Foundation Kashif Alam Program Manager Developer Division Microsoft Corporation.
ADD-IN EXPRESS True RAD tools for Microsoft Office developers.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Workflow Development Overview Architecture Requirements Types of workflows Stages of workflow.
How Are Businesses Using SharePoint? Survey – Fall 2011 Survey Results: How Are Businesses Using SharePoint? Survey – Fall 2011.
Overview of Silverlight Mike Taulty Developer & Platform Group Microsoft Ltd
Office Business Applications Workshop Defining Business Process and Workflows.
Bit-DSP-MicrocontrollerTMS320F2812 Texas Instruments Incorporated European Customer Training Center University of Applied Sciences Zwickau (FH)
OpenField Consolidates Stadium Data, Provides CRM and Analysis Functions for an Intelligent, End-to-End Solution COMPANY PROFILE : OPENFIELD Founded by.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep M6: Deployment Jeremy Foster Microsoft Developer Evangelist Michael Palermo Microsoft.
.NET Framework 3.0 Windows Presentation Foundation Windows Communication Foundation Windows Workflow Foundation.
Windows Phone 7 Mobile Code Camp The Why Why develop for Windows Phone 7 versus Droid or iPhone? It’s all relative to total app users. SDK and Environment.
SAM for SQL Workloads Presenter Name.
Practical Workflow Services Peter Goodman. Agenda  Why Workflow?  The Workflow Runtime  Workflow Services  Windows Server AppFabric  Demo.
Ribbon UI SharePoint Workspace SharePoint Mobile Office Client and Office Web App Integration Standards Support Tagging, Tag Cloud, Ratings Social Bookmarking.
Slide 1. Agenda  Introduction to Windows Workflow What is it? What are activities? Hosting  Out of the box Activities  Custom Activities and Dependency.
Introducing Visual Studio 2010: What It Is and Why You Should Care
MGT305 - Application Management in Private and Public Clouds Sean Christensen Senior Product Marketing Manager Microsoft Corporation MGT305.
Workflow Service Host Persistence (Instances) Persistence (Instances) Monitoring Activity Library Receive Send... Management Endpoint Persistence Behavior.
Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web.
Workflow in Microsoft Office SharePoint Server Jessica Gruber Consultant Microsoft Corporation.
MGT305 - Application Management in Private and Public Clouds Daniel Savage Microsoft Corporation MGT305 Kenan Owens Microsoft Corporation.
SharePoint Fest 2013 Chicago What’s New and Exciting (and not so great) in SharePoint Designer 2013 Workflows Ira Fuchs – SharePoint Technical Specialist,
Windows Workflow Foundation Guy Burstein Senior Consultant Advantech – Microsoft Division
The best of WF 4.0 and AppFabric Damir Dobric MVP-Connected System Developer Microsoft Connected System Division Advisor Visual Studio Inner Circle member.
 Cloud Computing technology basics Platform Evolution Advantages  Microsoft Windows Azure technology basics Windows Azure – A Lap around the platform.
What's New in Visual Studio 2010 Debugging Brian Peek Senior Consultant, ASPSOFT, Inc. Microsoft MVP - C#
Automation Testing Trainer: Eran Ruso. Training Agenda Automation Testing Introduction Microsoft Automation Testing Tool Box Coded UI Test and Unit Test.
Introduction ITEC 420.
Appium Studio Appium testing made easy at any scale.
How to be a SharePoint Developer
Demand Management and Workflow
5/20/2018 2:53 AM © 2006 Microsoft Corporation. All rights reserved.
Välkommen till Sommarkollo 2006
Windows 10 | Do great things.
Building event-driven, long-running apps with Windows workflow
Introduction to Windows Workflow Foundation (WF)
Serverless Architecture in the Cloud
Welcome to the WeWork 200 Portland St, Boston MA.
Visual Studio 2010 和 .NET Framework 4 培训研讨会
SharePoint Workflow: Taking the Manual Out of Your Process
Running C# in the browser
Jamie Cool Program Manager Microsoft
Presentation transcript:

Windows Workflow 4 Introducing Windows Workflow Foundation 4 in VS 2010

 Philip Nelson   Science Officer PAi 

Why Are We Here?  I am interested how to coordinate people and systems to get stuff done  Each on their own timelines  I am interested in graphical programming tools that help communicate what software does to others  I am interested in programming that is more responsive to changes at runtime

Why is Microsoft here?  Microsoft continues to invest in workflow. WWF1 – 3 and now WWF4  Even though developers hate workflow

Why?

Overview  Microsoft isn’t very clear about the strategy but….  They are aligned with the rest of the very lucrative BPM industry that is trying to get more involvement from business users in system development

Overview  Today, WWF 4 is a developer tool first and foremost

Lets see some code

Tracking

Execution

Highlights  Activities can be “composed”  Everything is an activity  Parallel execution is natural act  Going idle and restoring is a natural act  The designer can be hosted in other apps and…  Workflows can be loaded dynamically from xaml

Highlights  Fast and adept up and down in scale

Challenges  Though AppFabric may help, instance management is not on par with other commercial products  Tracking remains always involves custom coding with tracking events

Challenges  There is no obvious path to debugging an existing workflow in flight, resetting it’s path or variables.  While it could be said to be an advantage, WWF4 provides nothing for end user UI  Hard to imagine managing hundreds of workflows with tens of thousands of instances

What are the essentials of workflow  good design for incorporating people with contextual information into a workflow  good design for incorporating back end systems and purchased applications into a workflow  ability to see progress of workflow in flight and manage instances (errors, restarts, escalations)  productive design environment

What are the essentials of workflow  Stable Execution Environment  Clear metrics of processes and performance  ability to safely deploy new versions of long running workflows

How does it stack up to other products?

How does it compare to SharePoint workflow?

How does it compare to Windows Workflow Foundation 3?

More Information    Ron Jacobs video on channel 9  Ron Jacobs wrote a VS2010 guidance package  The Problem Solver blog,  MSDN samples - us/library/dd483375(VS.100).aspxhttp://msdn.microsoft.com/en- us/library/dd483375(VS.100).aspx

 Philip Nelson   Science Officer PAi 