SlideShare ist ein Scribd-Unternehmen logo
1 von 38
info@newsteplearning.com
                            www.newsteplearning.com
                            (425) 522-3727




Understanding and Extending
SharePoint Designer Workflows
About Chris Beckett
               Solution Architect
              Learning Consultant
                  and Trainer
                                                  @sharepointbits


  MCM
  MCT
  MCSE
  MCPD
                24+10
     blog.sharepointbits.com        chris@newsteplearning.com
Agenda



   Technical
  Architecture
                                         Extending Workflow with
                 Workflow Features and
                                          Custom Activities and
                      Capabilities
                                              Web Services
SharePoint 2010 Workflow
Architecture


                           Custom SharePoint
                           Workflow Runtime
                                 Host




                                Built upon
                           .NET 3.51 Workflow
                               Foundation
Workflow Architecture   Workflow Execution
                        now uses Windows
                         Azure Workflow
                              (WAW)
Workflow Interop Bridge
                          Azure Workflow can
                          invoke a SharePoint
                            2010 Workflow
Activating Workflow Features
                                 There are no 2013
                                 Mode Workflows
                                   included with
                                  SharePoint 2013




                               2010 workflows are not
                                activated by default
Agenda



                 Workflow Features and
                      Capabilities
                                         Extending Workflow with
   Technical
                                          Custom Activities and
  Architecture
                                              Web Services
Platform Type



                 Choice of 2010
                or 2013 Workflow
                   Architecture
Workflow Types
           List                    Reusable                        Site

• Published directly to a   • Published to a content     • Not bound to a specific
  list or library             type                         list or library
• No reusability            • Reusable across lists or   • No content item
• Full access to list         libraries supported by       context
  content types and           content Type               • Can only be started
  fields                    • No visibility of list-       manually
• Manual or Auto-Start        specific fields like
                              Created or Modified
                            • Manual or Auto-Start
Reusable Workflow Content Type


                        Reusable workflows
                           only bound
                            to generic
                           content type
Stages
         Stage names can
         now be used for
         Workflow Status



         Stages support
          transitioning
         to other Stages
App Steps


                   App Step requires
                       activation
                    of Site Feature




              App Steps can be
              nested anywhere
            inside a Stage or Step
Task-Related Actions
    SharePoint 2010    SharePoint 2013
SharePoint 2010 Task Events
    Process Events     Task Events
SharePoint 2013 Task Dialog
                        No Assignment
                            Stages

                           Optional Sync or
                           Asynch Behavior

                                   Types of
                               Task Completion

                              Customize
                               Emails


                     Reminder Notifications


                  Customize Task
                    Outcomes
Association and Initiation Forms
    SharePoint 2010     SharePoint 2013
Task Forms
    SharePoint 2010   SharePoint 2013
Workflow Notifications

                         Still not great!
Dictionaries                        Dictionaries can
                                     contain other
                                      Dictionaries




               Collection of Name
                and Value Pairs
Loops and Dictionaries    Dictionaries are
                           collections of
                         Name/Value Pairs



                          Loop ‘n’ Times
                                Or
                           Loop Until If
Call HTTP Web Service Action

                              RESTful
                           Web Services are
                             supported




                          HTTP Verbs support
                           REST Operations
Calling a Web Service


                           Uses
                        Dictionary
                        Parameters
Agenda



                                         Extending Workflow with
                                          Custom Activities and
                                              Web Services
   Technical     Workflow Features and
  Architecture        Capabilities
Workflow Extension Options
           Full-Trust Code Activities (2010/2013)


           Sandbox Code Activities (2010)


           Pluggable Workflow Services (2010)


           Declarative Workflow Activities (2013)


           Call HTTP Web Service Action (2013)
Actions and Activities
             Activity                          Actions

• Activity is a reusable unit of   • Wraps an activity with sentence
  workflow execution                 interface
• Typically parameter driven       • Maps activity parameters to
• Declarative or Coded               SharePoint designer types
• Declarative recommended for      • Many workflow actions can map
  SharePoint 2013                    to a single workflow activity
• Coded only supported On-         • Located under:
  Premises – Requires Custom         ..##Template1033Workflow
  Deployment
Activity Types
                                               Custom Activities



                SharePoint Activities                                              Project Activities
   (Microsoft.SharePoint.WorkflowServices.Activities)              (Microsoft.Office.Project.Server.WorkflowActivities)



                                         Workflow Manager Activities
                                            (Microsoft.Activities)



                                     Workflow Foundation 4.5 Activities
                                            (System.Activities)
Workflow Actions Element
                           Add parameter to
                           indicate Sandbox


                             Rule Designer
                              defines User
                               Experience




                           Parameters map to
                           Fields and Method
                                Interface
Workflow Extensions Platform Support
                               On-Premises 2010   On-Premises 2013   Office 365   SharePoint Apps

Full Trust Code Activities

Sandbox Code Activities

Pluggable Workflow Services

Declarative Activities

Call HTTP Web Service Action
Code Activity (2010)
                                 Subclass of
                               Workflow Activity
                                    Base




                       Public Properties for
                           Parameters




                       Override Execute
                           Method
Code Activity (2013)
                                            Subclass of
                                          Workflow Activity
                                               Base


                                           In and Out
                                          Arguments for
                                           Parameters




                       Override Execute
                           Method
Sandbox Activity (2010)
                             Public Class
                          and Static Methods




                                    Context and
                               additional Parameters




                          Hashtable is used for
                             return values
Pluggable Workflow Services
                  • Introduced in SharePoint 2010
                  • Allows workflow to send and
                    receive asynchronous messages
                    from external services
                  • Full Trust Solution
                  • Fairly Complex to Code / Test
                  • Requires web.config modification
                  • Supported for 2010 Mode
                    Workflows on SharePoint 2013
                  • No longer supported in
                    SharePoint 2013 Workflow
Declarative Activity (2013)
  Rich Set of                 DynamicValue
    Native                      supports
   Activities                 complex data
                                exchange



                                Call Web
                               Services to
                                 Extend
Recommended Extensibility Model

    Activities       Web Services

   Full Trust 2010
  Declarative 2013
More Information
TechNet Workflow Resource Center
http://technet.microsoft.com/en-US/sharepoint/jj556245

What’s New in SharePoint 2013 Workflow
http://msdn.microsoft.com/en-us/library/jj163177.aspx

How to work with Web Services in SharePoint Designer 2013
http://msdn.microsoft.com/en-us/library/fp179912.aspx

SharePoint 2013 Workflows and the HTTP Accept Header
http://www.fiechter.eu/blog/Lists/Posts/Post.aspx?ID=35&mobile=0

How to: Build and Deploy Custom Workflow Actions
http://msdn.microsoft.com/en-us/library/jj163911.aspx

Workflow Actions Schema Reference
http://msdn.microsoft.com/en-us/library/jj583378(v=office.15).aspx
Connect with New Step Learning
     Course Curriculums and Training Programs
     http://www.newsteplearning.com

     News, Events and Training Announcements
     http://www.newsteplearning.com/blog

     Webinar and Conference Presentations
     http://www.slideshare.net/newsteplearning

     Free Step-By-Step Demos and Tutorials
     https://www.youtube.com/user/newsteplearning
Questions
Thank you for attending!

   chris@newsteplearning.com

   (425) 522-3727

   @sharepointbits

   blog.sharepointbits.com


Please complete your
evaluations. Your feedback is
appreciated 

Weitere ähnliche Inhalte

Was ist angesagt?

Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
Sql Server 2012   Reporting-Services is Now a SharePoint Service ApplicationSql Server 2012   Reporting-Services is Now a SharePoint Service Application
Sql Server 2012 Reporting-Services is Now a SharePoint Service ApplicationInnoTech
 
Pitfalls of Migrating to SharePoint 2010
Pitfalls of Migrating to SharePoint 2010Pitfalls of Migrating to SharePoint 2010
Pitfalls of Migrating to SharePoint 2010Dan Usher
 
Aras PLM Viewing Markup and Secure Social
Aras PLM Viewing Markup and Secure SocialAras PLM Viewing Markup and Secure Social
Aras PLM Viewing Markup and Secure SocialAras
 
SPSCincinnati - Effective requirements gathering workshops spscinci- octobe...
SPSCincinnati - Effective requirements gathering workshops   spscinci- octobe...SPSCincinnati - Effective requirements gathering workshops   spscinci- octobe...
SPSCincinnati - Effective requirements gathering workshops spscinci- octobe...Ruven Gotz
 
SPTechCon - July 2012 - Effective requirements gathering workshops
SPTechCon - July 2012 - Effective requirements gathering workshopsSPTechCon - July 2012 - Effective requirements gathering workshops
SPTechCon - July 2012 - Effective requirements gathering workshopsRuven Gotz
 
Nintex Workflow 2010 Flyer
Nintex Workflow 2010 FlyerNintex Workflow 2010 Flyer
Nintex Workflow 2010 Flyereden_stafford
 
WCI 10gR3 overview
WCI 10gR3 overviewWCI 10gR3 overview
WCI 10gR3 overviewTerry Wang
 
Workflow bis17
Workflow bis17Workflow bis17
Workflow bis17sakpob
 
SharePoint Careers and Introduction to SharePoint 2013 Services and Topology
SharePoint Careers and Introduction to SharePoint 2013 Services and TopologySharePoint Careers and Introduction to SharePoint 2013 Services and Topology
SharePoint Careers and Introduction to SharePoint 2013 Services and TopologyEli Robillard
 
Putting the "Share" and "Point" back in SharePoint 2013
Putting the "Share" and "Point" back in SharePoint 2013Putting the "Share" and "Point" back in SharePoint 2013
Putting the "Share" and "Point" back in SharePoint 2013C/D/H Technology Consultants
 
Sharepoint 2013 upgrade process
Sharepoint 2013 upgrade processSharepoint 2013 upgrade process
Sharepoint 2013 upgrade processLiquidHub
 
Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechCon
Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechConEmpowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechCon
Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechConSPTechCon
 
Sb chatterjee share point workspace 2010 in action
Sb chatterjee   share point workspace 2010 in actionSb chatterjee   share point workspace 2010 in action
Sb chatterjee share point workspace 2010 in actionSharePoint Saturday NY
 
I Have Excel, I Need PerformancePoint, and I’m Afraid of Analysis Services by...
I Have Excel, I Need PerformancePoint, and I’m Afraid of Analysis Services by...I Have Excel, I Need PerformancePoint, and I’m Afraid of Analysis Services by...
I Have Excel, I Need PerformancePoint, and I’m Afraid of Analysis Services by...SPTechCon
 
SharePoint Server 2013 Farm Architecture and Performance by Ben Curry - SPTec...
SharePoint Server 2013 Farm Architecture and Performance by Ben Curry - SPTec...SharePoint Server 2013 Farm Architecture and Performance by Ben Curry - SPTec...
SharePoint Server 2013 Farm Architecture and Performance by Ben Curry - SPTec...SPTechCon
 
Interactive Forms Review - SDN Day 2008 - Las Vegas
Interactive Forms Review - SDN Day 2008 - Las VegasInteractive Forms Review - SDN Day 2008 - Las Vegas
Interactive Forms Review - SDN Day 2008 - Las Vegasdr.j
 
Introduction to SharePoint 2013
Introduction to SharePoint 2013Introduction to SharePoint 2013
Introduction to SharePoint 2013Shahbaz Ahmer
 

Was ist angesagt? (20)

Asap session 1
Asap session 1Asap session 1
Asap session 1
 
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
Sql Server 2012   Reporting-Services is Now a SharePoint Service ApplicationSql Server 2012   Reporting-Services is Now a SharePoint Service Application
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
 
Pitfalls of Migrating to SharePoint 2010
Pitfalls of Migrating to SharePoint 2010Pitfalls of Migrating to SharePoint 2010
Pitfalls of Migrating to SharePoint 2010
 
(28.04) MOSSCA Invita - Bienvenidos a la casa de Sharepoint - Visión técnica
(28.04) MOSSCA Invita - Bienvenidos a la casa de Sharepoint - Visión técnica(28.04) MOSSCA Invita - Bienvenidos a la casa de Sharepoint - Visión técnica
(28.04) MOSSCA Invita - Bienvenidos a la casa de Sharepoint - Visión técnica
 
Aras PLM Viewing Markup and Secure Social
Aras PLM Viewing Markup and Secure SocialAras PLM Viewing Markup and Secure Social
Aras PLM Viewing Markup and Secure Social
 
SPSCincinnati - Effective requirements gathering workshops spscinci- octobe...
SPSCincinnati - Effective requirements gathering workshops   spscinci- octobe...SPSCincinnati - Effective requirements gathering workshops   spscinci- octobe...
SPSCincinnati - Effective requirements gathering workshops spscinci- octobe...
 
SPTechCon - July 2012 - Effective requirements gathering workshops
SPTechCon - July 2012 - Effective requirements gathering workshopsSPTechCon - July 2012 - Effective requirements gathering workshops
SPTechCon - July 2012 - Effective requirements gathering workshops
 
Nintex Workflow 2010 Flyer
Nintex Workflow 2010 FlyerNintex Workflow 2010 Flyer
Nintex Workflow 2010 Flyer
 
WCI 10gR3 overview
WCI 10gR3 overviewWCI 10gR3 overview
WCI 10gR3 overview
 
Workflow bis17
Workflow bis17Workflow bis17
Workflow bis17
 
SharePoint Careers and Introduction to SharePoint 2013 Services and Topology
SharePoint Careers and Introduction to SharePoint 2013 Services and TopologySharePoint Careers and Introduction to SharePoint 2013 Services and Topology
SharePoint Careers and Introduction to SharePoint 2013 Services and Topology
 
Putting the "Share" and "Point" back in SharePoint 2013
Putting the "Share" and "Point" back in SharePoint 2013Putting the "Share" and "Point" back in SharePoint 2013
Putting the "Share" and "Point" back in SharePoint 2013
 
Sharepoint 2013 upgrade process
Sharepoint 2013 upgrade processSharepoint 2013 upgrade process
Sharepoint 2013 upgrade process
 
Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechCon
Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechConEmpowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechCon
Empowering Business with Hybrid Code/No-Code Solutions by Bob German - SPTechCon
 
Sb chatterjee share point workspace 2010 in action
Sb chatterjee   share point workspace 2010 in actionSb chatterjee   share point workspace 2010 in action
Sb chatterjee share point workspace 2010 in action
 
I Have Excel, I Need PerformancePoint, and I’m Afraid of Analysis Services by...
I Have Excel, I Need PerformancePoint, and I’m Afraid of Analysis Services by...I Have Excel, I Need PerformancePoint, and I’m Afraid of Analysis Services by...
I Have Excel, I Need PerformancePoint, and I’m Afraid of Analysis Services by...
 
SharePoint Server 2013 Farm Architecture and Performance by Ben Curry - SPTec...
SharePoint Server 2013 Farm Architecture and Performance by Ben Curry - SPTec...SharePoint Server 2013 Farm Architecture and Performance by Ben Curry - SPTec...
SharePoint Server 2013 Farm Architecture and Performance by Ben Curry - SPTec...
 
Interactive Forms Review - SDN Day 2008 - Las Vegas
Interactive Forms Review - SDN Day 2008 - Las VegasInteractive Forms Review - SDN Day 2008 - Las Vegas
Interactive Forms Review - SDN Day 2008 - Las Vegas
 
Introduction to SharePoint 2013
Introduction to SharePoint 2013Introduction to SharePoint 2013
Introduction to SharePoint 2013
 
SPSNY project server 2011
SPSNY project server 2011SPSNY project server 2011
SPSNY project server 2011
 

Andere mochten auch

Converting an E-mail Culture into a SharePoint Culture by Robert Bogue - SPTe...
Converting an E-mail Culture into a SharePoint Culture by Robert Bogue - SPTe...Converting an E-mail Culture into a SharePoint Culture by Robert Bogue - SPTe...
Converting an E-mail Culture into a SharePoint Culture by Robert Bogue - SPTe...SPTechCon
 
Lists: Used, Abused and Underappreciated by Wes Preston - SPTechCon
 Lists: Used, Abused and Underappreciated by Wes Preston - SPTechCon Lists: Used, Abused and Underappreciated by Wes Preston - SPTechCon
Lists: Used, Abused and Underappreciated by Wes Preston - SPTechConSPTechCon
 
What IS SharePoint Development? by Mark Rackley - SPTechCon
 What IS SharePoint Development? by Mark Rackley - SPTechCon What IS SharePoint Development? by Mark Rackley - SPTechCon
What IS SharePoint Development? by Mark Rackley - SPTechConSPTechCon
 
Tutorial: Business Intelligence: Making the Right Choices by Peter Serzo - SP...
Tutorial: Business Intelligence: Making the Right Choices by Peter Serzo - SP...Tutorial: Business Intelligence: Making the Right Choices by Peter Serzo - SP...
Tutorial: Business Intelligence: Making the Right Choices by Peter Serzo - SP...SPTechCon
 
From Vision to Reality: It Doesn't Take Magic to get SharePoint User Adoption...
From Vision to Reality: It Doesn't Take Magic to get SharePoint User Adoption...From Vision to Reality: It Doesn't Take Magic to get SharePoint User Adoption...
From Vision to Reality: It Doesn't Take Magic to get SharePoint User Adoption...SPTechCon
 
Bringing HTML5 alive in SharePoint
Bringing HTML5 alive in SharePointBringing HTML5 alive in SharePoint
Bringing HTML5 alive in SharePointChad Schroeder
 

Andere mochten auch (6)

Converting an E-mail Culture into a SharePoint Culture by Robert Bogue - SPTe...
Converting an E-mail Culture into a SharePoint Culture by Robert Bogue - SPTe...Converting an E-mail Culture into a SharePoint Culture by Robert Bogue - SPTe...
Converting an E-mail Culture into a SharePoint Culture by Robert Bogue - SPTe...
 
Lists: Used, Abused and Underappreciated by Wes Preston - SPTechCon
 Lists: Used, Abused and Underappreciated by Wes Preston - SPTechCon Lists: Used, Abused and Underappreciated by Wes Preston - SPTechCon
Lists: Used, Abused and Underappreciated by Wes Preston - SPTechCon
 
What IS SharePoint Development? by Mark Rackley - SPTechCon
 What IS SharePoint Development? by Mark Rackley - SPTechCon What IS SharePoint Development? by Mark Rackley - SPTechCon
What IS SharePoint Development? by Mark Rackley - SPTechCon
 
Tutorial: Business Intelligence: Making the Right Choices by Peter Serzo - SP...
Tutorial: Business Intelligence: Making the Right Choices by Peter Serzo - SP...Tutorial: Business Intelligence: Making the Right Choices by Peter Serzo - SP...
Tutorial: Business Intelligence: Making the Right Choices by Peter Serzo - SP...
 
From Vision to Reality: It Doesn't Take Magic to get SharePoint User Adoption...
From Vision to Reality: It Doesn't Take Magic to get SharePoint User Adoption...From Vision to Reality: It Doesn't Take Magic to get SharePoint User Adoption...
From Vision to Reality: It Doesn't Take Magic to get SharePoint User Adoption...
 
Bringing HTML5 alive in SharePoint
Bringing HTML5 alive in SharePointBringing HTML5 alive in SharePoint
Bringing HTML5 alive in SharePoint
 

Ähnlich wie Programming the Power Behind SharePoint Designer Workflow by Chris Beckett - SPTechCon

SPS- Share Point 2010 and Windows Azure
SPS- Share Point 2010 and Windows AzureSPS- Share Point 2010 and Windows Azure
SPS- Share Point 2010 and Windows AzureShakir Majeed Khan
 
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013Mai Omar Desouki
 
emediaIT - Sharepoint 2010 and K2 Breakfast - 2010.04.22
emediaIT - Sharepoint 2010 and K2 Breakfast - 2010.04.22emediaIT - Sharepoint 2010 and K2 Breakfast - 2010.04.22
emediaIT - Sharepoint 2010 and K2 Breakfast - 2010.04.22Venketash (Pat) Ramadass
 
Sharepoint developement tools(webparts+worflows) EBizSoft
Sharepoint developement tools(webparts+worflows) EBizSoftSharepoint developement tools(webparts+worflows) EBizSoft
Sharepoint developement tools(webparts+worflows) EBizSoftShakir Majeed Khan
 
What's new in SharePoint 2013
What's new in SharePoint 2013What's new in SharePoint 2013
What's new in SharePoint 2013sboldt
 
Creating SharePoint 2013 Workflows
Creating SharePoint 2013 WorkflowsCreating SharePoint 2013 Workflows
Creating SharePoint 2013 WorkflowsSPC Adriatics
 
SharePoint 2010 Training Session 1
SharePoint 2010 Training Session 1SharePoint 2010 Training Session 1
SharePoint 2010 Training Session 1Usman Zafar Malik
 
SharePoint Server 2013 Workflows
SharePoint Server 2013 WorkflowsSharePoint Server 2013 Workflows
SharePoint Server 2013 WorkflowsSPC Adriatics
 
Aspect Software Sponsored What Nintex Workflow 2010 Adds To Share Point 2010
Aspect Software Sponsored   What Nintex Workflow 2010 Adds To Share Point 2010Aspect Software Sponsored   What Nintex Workflow 2010 Adds To Share Point 2010
Aspect Software Sponsored What Nintex Workflow 2010 Adds To Share Point 2010Timothy Strudeman
 
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 Workflows
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 WorkflowsSharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 Workflows
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 WorkflowsBrian Culver
 
Sp2013 overview
Sp2013 overviewSp2013 overview
Sp2013 overviewBIWUG
 
Sp2013 overview biwug
Sp2013 overview biwugSp2013 overview biwug
Sp2013 overview biwugBIWUG
 
Introduction To SharePoint 2010
Introduction To SharePoint 2010Introduction To SharePoint 2010
Introduction To SharePoint 2010Rishu Mehra
 
RE-Introduction to Workflow
RE-Introduction to WorkflowRE-Introduction to Workflow
RE-Introduction to WorkflowRob Bogue
 
Using workflows in share point 2010
Using workflows in share point 2010Using workflows in share point 2010
Using workflows in share point 2010amitvasu
 
Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the CloudBuild scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the CloudBrian Culver
 
Defining business process and workflows
Defining business process and workflowsDefining business process and workflows
Defining business process and workflowsHiep Luong
 
Workflow Manager 1.0 SharePoint 2013 Workflows
Workflow Manager 1.0SharePoint 2013 WorkflowsWorkflow Manager 1.0SharePoint 2013 Workflows
Workflow Manager 1.0 SharePoint 2013 WorkflowsDamir Dobric
 
SharePoint 2013 - What's new for Devs - Belgian IT Bootcamp 2012
SharePoint 2013 - What's new for Devs - Belgian IT Bootcamp 2012SharePoint 2013 - What's new for Devs - Belgian IT Bootcamp 2012
SharePoint 2013 - What's new for Devs - Belgian IT Bootcamp 2012Joris Poelmans
 

Ähnlich wie Programming the Power Behind SharePoint Designer Workflow by Chris Beckett - SPTechCon (20)

SPS- Share Point 2010 and Windows Azure
SPS- Share Point 2010 and Windows AzureSPS- Share Point 2010 and Windows Azure
SPS- Share Point 2010 and Windows Azure
 
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
 
emediaIT - Sharepoint 2010 and K2 Breakfast - 2010.04.22
emediaIT - Sharepoint 2010 and K2 Breakfast - 2010.04.22emediaIT - Sharepoint 2010 and K2 Breakfast - 2010.04.22
emediaIT - Sharepoint 2010 and K2 Breakfast - 2010.04.22
 
Sharepoint developement tools(webparts+worflows) EBizSoft
Sharepoint developement tools(webparts+worflows) EBizSoftSharepoint developement tools(webparts+worflows) EBizSoft
Sharepoint developement tools(webparts+worflows) EBizSoft
 
What's new in SharePoint 2013
What's new in SharePoint 2013What's new in SharePoint 2013
What's new in SharePoint 2013
 
Collabco 14th March
Collabco 14th MarchCollabco 14th March
Collabco 14th March
 
Creating SharePoint 2013 Workflows
Creating SharePoint 2013 WorkflowsCreating SharePoint 2013 Workflows
Creating SharePoint 2013 Workflows
 
SharePoint 2010 Training Session 1
SharePoint 2010 Training Session 1SharePoint 2010 Training Session 1
SharePoint 2010 Training Session 1
 
SharePoint Server 2013 Workflows
SharePoint Server 2013 WorkflowsSharePoint Server 2013 Workflows
SharePoint Server 2013 Workflows
 
Aspect Software Sponsored What Nintex Workflow 2010 Adds To Share Point 2010
Aspect Software Sponsored   What Nintex Workflow 2010 Adds To Share Point 2010Aspect Software Sponsored   What Nintex Workflow 2010 Adds To Share Point 2010
Aspect Software Sponsored What Nintex Workflow 2010 Adds To Share Point 2010
 
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 Workflows
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 WorkflowsSharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 Workflows
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 Workflows
 
Sp2013 overview
Sp2013 overviewSp2013 overview
Sp2013 overview
 
Sp2013 overview biwug
Sp2013 overview biwugSp2013 overview biwug
Sp2013 overview biwug
 
Introduction To SharePoint 2010
Introduction To SharePoint 2010Introduction To SharePoint 2010
Introduction To SharePoint 2010
 
RE-Introduction to Workflow
RE-Introduction to WorkflowRE-Introduction to Workflow
RE-Introduction to Workflow
 
Using workflows in share point 2010
Using workflows in share point 2010Using workflows in share point 2010
Using workflows in share point 2010
 
Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the CloudBuild scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
 
Defining business process and workflows
Defining business process and workflowsDefining business process and workflows
Defining business process and workflows
 
Workflow Manager 1.0 SharePoint 2013 Workflows
Workflow Manager 1.0SharePoint 2013 WorkflowsWorkflow Manager 1.0SharePoint 2013 Workflows
Workflow Manager 1.0 SharePoint 2013 Workflows
 
SharePoint 2013 - What's new for Devs - Belgian IT Bootcamp 2012
SharePoint 2013 - What's new for Devs - Belgian IT Bootcamp 2012SharePoint 2013 - What's new for Devs - Belgian IT Bootcamp 2012
SharePoint 2013 - What's new for Devs - Belgian IT Bootcamp 2012
 

Mehr von SPTechCon

Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechCon
Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechConDeep Dive into the Content Query Web Part by Christina Wheeler - SPTechCon
Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechConSPTechCon
 
NOW I Get It... What SharePoint Is, and Why My Business Needs It by Mark Rack...
NOW I Get It... What SharePoint Is, and Why My Business Needs It by Mark Rack...NOW I Get It... What SharePoint Is, and Why My Business Needs It by Mark Rack...
NOW I Get It... What SharePoint Is, and Why My Business Needs It by Mark Rack...SPTechCon
 
“Managing Up” in Difficult Situations by Bill English - SPTechCon
“Managing Up” in Difficult Situations by Bill English - SPTechCon“Managing Up” in Difficult Situations by Bill English - SPTechCon
“Managing Up” in Difficult Situations by Bill English - SPTechConSPTechCon
 
Part I: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTec...
Part I: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTec...Part I: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTec...
Part I: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTec...SPTechCon
 
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...SPTechCon
 
Microsoft Keynote by Richard Riley - SPTechCon
Microsoft Keynote by Richard Riley - SPTechConMicrosoft Keynote by Richard Riley - SPTechCon
Microsoft Keynote by Richard Riley - SPTechConSPTechCon
 
Ten Best SharePoint Features You’ve Never Used by Christian Buckley - SPTechCon
Ten Best SharePoint Features You’ve Never Used by Christian Buckley - SPTechConTen Best SharePoint Features You’ve Never Used by Christian Buckley - SPTechCon
Ten Best SharePoint Features You’ve Never Used by Christian Buckley - SPTechConSPTechCon
 
Looking Under the Hood: How Your Metadata Strategy Impacts Everything You Do ...
Looking Under the Hood: How Your Metadata Strategy Impacts Everything You Do ...Looking Under the Hood: How Your Metadata Strategy Impacts Everything You Do ...
Looking Under the Hood: How Your Metadata Strategy Impacts Everything You Do ...SPTechCon
 
Law & Order: Content Governance Strategies by Chrisitan Buckley - SPTechCon
Law & Order: Content Governance Strategies by Chrisitan Buckley - SPTechConLaw & Order: Content Governance Strategies by Chrisitan Buckley - SPTechCon
Law & Order: Content Governance Strategies by Chrisitan Buckley - SPTechConSPTechCon
 
The SharePoint and jQuery Guide by Mark Rackley - SPTechCon
The SharePoint and jQuery Guide by Mark Rackley - SPTechConThe SharePoint and jQuery Guide by Mark Rackley - SPTechCon
The SharePoint and jQuery Guide by Mark Rackley - SPTechConSPTechCon
 
Understanding and Implementing Governance for SharePoint 2010 by Bill English...
Understanding and Implementing Governance for SharePoint 2010 by Bill English...Understanding and Implementing Governance for SharePoint 2010 by Bill English...
Understanding and Implementing Governance for SharePoint 2010 by Bill English...SPTechCon
 
Integrate External Data with the Business Connectivity Services by Tom Resing...
Integrate External Data with the Business Connectivity Services by Tom Resing...Integrate External Data with the Business Connectivity Services by Tom Resing...
Integrate External Data with the Business Connectivity Services by Tom Resing...SPTechCon
 
Tutorial: Best Practices for Building a Records-Management Deployment in Shar...
Tutorial: Best Practices for Building a Records-Management Deployment in Shar...Tutorial: Best Practices for Building a Records-Management Deployment in Shar...
Tutorial: Best Practices for Building a Records-Management Deployment in Shar...SPTechCon
 
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...SPTechCon
 
Creating Simple Dashboards Using Out-of-the-Box Web Parts by Jennifer Mason- ...
Creating Simple Dashboards Using Out-of-the-Box Web Parts by Jennifer Mason- ...Creating Simple Dashboards Using Out-of-the-Box Web Parts by Jennifer Mason- ...
Creating Simple Dashboards Using Out-of-the-Box Web Parts by Jennifer Mason- ...SPTechCon
 
Sponsored Session: Better Document Management Using SharePoint by Roland Simo...
Sponsored Session: Better Document Management Using SharePoint by Roland Simo...Sponsored Session: Better Document Management Using SharePoint by Roland Simo...
Sponsored Session: Better Document Management Using SharePoint by Roland Simo...SPTechCon
 
Sponsored Session: The Missing Link: Content-Aware Integration to SharePoint ...
Sponsored Session: The Missing Link: Content-Aware Integration to SharePoint ...Sponsored Session: The Missing Link: Content-Aware Integration to SharePoint ...
Sponsored Session: The Missing Link: Content-Aware Integration to SharePoint ...SPTechCon
 
Creating a Great User Experience in SharePoint by Marc Anderson - SPTechCon
Creating a Great User Experience in SharePoint by Marc Anderson - SPTechConCreating a Great User Experience in SharePoint by Marc Anderson - SPTechCon
Creating a Great User Experience in SharePoint by Marc Anderson - SPTechConSPTechCon
 
Sponsored Session: Driving the business case and user adoption for SharePoint...
Sponsored Session: Driving the business case and user adoption for SharePoint...Sponsored Session: Driving the business case and user adoption for SharePoint...
Sponsored Session: Driving the business case and user adoption for SharePoint...SPTechCon
 
Tutorial: SharePoint 2013 Admin in the Hybrid World by Jason Himmelstein - SP...
Tutorial: SharePoint 2013 Admin in the Hybrid World by Jason Himmelstein - SP...Tutorial: SharePoint 2013 Admin in the Hybrid World by Jason Himmelstein - SP...
Tutorial: SharePoint 2013 Admin in the Hybrid World by Jason Himmelstein - SP...SPTechCon
 

Mehr von SPTechCon (20)

Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechCon
Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechConDeep Dive into the Content Query Web Part by Christina Wheeler - SPTechCon
Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechCon
 
NOW I Get It... What SharePoint Is, and Why My Business Needs It by Mark Rack...
NOW I Get It... What SharePoint Is, and Why My Business Needs It by Mark Rack...NOW I Get It... What SharePoint Is, and Why My Business Needs It by Mark Rack...
NOW I Get It... What SharePoint Is, and Why My Business Needs It by Mark Rack...
 
“Managing Up” in Difficult Situations by Bill English - SPTechCon
“Managing Up” in Difficult Situations by Bill English - SPTechCon“Managing Up” in Difficult Situations by Bill English - SPTechCon
“Managing Up” in Difficult Situations by Bill English - SPTechCon
 
Part I: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTec...
Part I: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTec...Part I: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTec...
Part I: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTec...
 
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
 
Microsoft Keynote by Richard Riley - SPTechCon
Microsoft Keynote by Richard Riley - SPTechConMicrosoft Keynote by Richard Riley - SPTechCon
Microsoft Keynote by Richard Riley - SPTechCon
 
Ten Best SharePoint Features You’ve Never Used by Christian Buckley - SPTechCon
Ten Best SharePoint Features You’ve Never Used by Christian Buckley - SPTechConTen Best SharePoint Features You’ve Never Used by Christian Buckley - SPTechCon
Ten Best SharePoint Features You’ve Never Used by Christian Buckley - SPTechCon
 
Looking Under the Hood: How Your Metadata Strategy Impacts Everything You Do ...
Looking Under the Hood: How Your Metadata Strategy Impacts Everything You Do ...Looking Under the Hood: How Your Metadata Strategy Impacts Everything You Do ...
Looking Under the Hood: How Your Metadata Strategy Impacts Everything You Do ...
 
Law & Order: Content Governance Strategies by Chrisitan Buckley - SPTechCon
Law & Order: Content Governance Strategies by Chrisitan Buckley - SPTechConLaw & Order: Content Governance Strategies by Chrisitan Buckley - SPTechCon
Law & Order: Content Governance Strategies by Chrisitan Buckley - SPTechCon
 
The SharePoint and jQuery Guide by Mark Rackley - SPTechCon
The SharePoint and jQuery Guide by Mark Rackley - SPTechConThe SharePoint and jQuery Guide by Mark Rackley - SPTechCon
The SharePoint and jQuery Guide by Mark Rackley - SPTechCon
 
Understanding and Implementing Governance for SharePoint 2010 by Bill English...
Understanding and Implementing Governance for SharePoint 2010 by Bill English...Understanding and Implementing Governance for SharePoint 2010 by Bill English...
Understanding and Implementing Governance for SharePoint 2010 by Bill English...
 
Integrate External Data with the Business Connectivity Services by Tom Resing...
Integrate External Data with the Business Connectivity Services by Tom Resing...Integrate External Data with the Business Connectivity Services by Tom Resing...
Integrate External Data with the Business Connectivity Services by Tom Resing...
 
Tutorial: Best Practices for Building a Records-Management Deployment in Shar...
Tutorial: Best Practices for Building a Records-Management Deployment in Shar...Tutorial: Best Practices for Building a Records-Management Deployment in Shar...
Tutorial: Best Practices for Building a Records-Management Deployment in Shar...
 
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...
 
Creating Simple Dashboards Using Out-of-the-Box Web Parts by Jennifer Mason- ...
Creating Simple Dashboards Using Out-of-the-Box Web Parts by Jennifer Mason- ...Creating Simple Dashboards Using Out-of-the-Box Web Parts by Jennifer Mason- ...
Creating Simple Dashboards Using Out-of-the-Box Web Parts by Jennifer Mason- ...
 
Sponsored Session: Better Document Management Using SharePoint by Roland Simo...
Sponsored Session: Better Document Management Using SharePoint by Roland Simo...Sponsored Session: Better Document Management Using SharePoint by Roland Simo...
Sponsored Session: Better Document Management Using SharePoint by Roland Simo...
 
Sponsored Session: The Missing Link: Content-Aware Integration to SharePoint ...
Sponsored Session: The Missing Link: Content-Aware Integration to SharePoint ...Sponsored Session: The Missing Link: Content-Aware Integration to SharePoint ...
Sponsored Session: The Missing Link: Content-Aware Integration to SharePoint ...
 
Creating a Great User Experience in SharePoint by Marc Anderson - SPTechCon
Creating a Great User Experience in SharePoint by Marc Anderson - SPTechConCreating a Great User Experience in SharePoint by Marc Anderson - SPTechCon
Creating a Great User Experience in SharePoint by Marc Anderson - SPTechCon
 
Sponsored Session: Driving the business case and user adoption for SharePoint...
Sponsored Session: Driving the business case and user adoption for SharePoint...Sponsored Session: Driving the business case and user adoption for SharePoint...
Sponsored Session: Driving the business case and user adoption for SharePoint...
 
Tutorial: SharePoint 2013 Admin in the Hybrid World by Jason Himmelstein - SP...
Tutorial: SharePoint 2013 Admin in the Hybrid World by Jason Himmelstein - SP...Tutorial: SharePoint 2013 Admin in the Hybrid World by Jason Himmelstein - SP...
Tutorial: SharePoint 2013 Admin in the Hybrid World by Jason Himmelstein - SP...
 

Programming the Power Behind SharePoint Designer Workflow by Chris Beckett - SPTechCon

  • 1. info@newsteplearning.com www.newsteplearning.com (425) 522-3727 Understanding and Extending SharePoint Designer Workflows
  • 2. About Chris Beckett Solution Architect Learning Consultant and Trainer @sharepointbits MCM MCT MCSE MCPD 24+10 blog.sharepointbits.com chris@newsteplearning.com
  • 3. Agenda Technical Architecture Extending Workflow with Workflow Features and Custom Activities and Capabilities Web Services
  • 4. SharePoint 2010 Workflow Architecture Custom SharePoint Workflow Runtime Host Built upon .NET 3.51 Workflow Foundation
  • 5. Workflow Architecture Workflow Execution now uses Windows Azure Workflow (WAW)
  • 6. Workflow Interop Bridge Azure Workflow can invoke a SharePoint 2010 Workflow
  • 7. Activating Workflow Features There are no 2013 Mode Workflows included with SharePoint 2013 2010 workflows are not activated by default
  • 8. Agenda Workflow Features and Capabilities Extending Workflow with Technical Custom Activities and Architecture Web Services
  • 9. Platform Type Choice of 2010 or 2013 Workflow Architecture
  • 10. Workflow Types List Reusable Site • Published directly to a • Published to a content • Not bound to a specific list or library type list or library • No reusability • Reusable across lists or • No content item • Full access to list libraries supported by context content types and content Type • Can only be started fields • No visibility of list- manually • Manual or Auto-Start specific fields like Created or Modified • Manual or Auto-Start
  • 11. Reusable Workflow Content Type Reusable workflows only bound to generic content type
  • 12. Stages Stage names can now be used for Workflow Status Stages support transitioning to other Stages
  • 13. App Steps App Step requires activation of Site Feature App Steps can be nested anywhere inside a Stage or Step
  • 14. Task-Related Actions SharePoint 2010 SharePoint 2013
  • 15. SharePoint 2010 Task Events Process Events Task Events
  • 16. SharePoint 2013 Task Dialog No Assignment Stages Optional Sync or Asynch Behavior Types of Task Completion Customize Emails Reminder Notifications Customize Task Outcomes
  • 17. Association and Initiation Forms SharePoint 2010 SharePoint 2013
  • 18. Task Forms SharePoint 2010 SharePoint 2013
  • 19. Workflow Notifications Still not great!
  • 20. Dictionaries Dictionaries can contain other Dictionaries Collection of Name and Value Pairs
  • 21. Loops and Dictionaries Dictionaries are collections of Name/Value Pairs Loop ‘n’ Times Or Loop Until If
  • 22. Call HTTP Web Service Action RESTful Web Services are supported HTTP Verbs support REST Operations
  • 23. Calling a Web Service Uses Dictionary Parameters
  • 24. Agenda Extending Workflow with Custom Activities and Web Services Technical Workflow Features and Architecture Capabilities
  • 25. Workflow Extension Options Full-Trust Code Activities (2010/2013) Sandbox Code Activities (2010) Pluggable Workflow Services (2010) Declarative Workflow Activities (2013) Call HTTP Web Service Action (2013)
  • 26. Actions and Activities Activity Actions • Activity is a reusable unit of • Wraps an activity with sentence workflow execution interface • Typically parameter driven • Maps activity parameters to • Declarative or Coded SharePoint designer types • Declarative recommended for • Many workflow actions can map SharePoint 2013 to a single workflow activity • Coded only supported On- • Located under: Premises – Requires Custom ..##Template1033Workflow Deployment
  • 27. Activity Types Custom Activities SharePoint Activities Project Activities (Microsoft.SharePoint.WorkflowServices.Activities) (Microsoft.Office.Project.Server.WorkflowActivities) Workflow Manager Activities (Microsoft.Activities) Workflow Foundation 4.5 Activities (System.Activities)
  • 28. Workflow Actions Element Add parameter to indicate Sandbox Rule Designer defines User Experience Parameters map to Fields and Method Interface
  • 29. Workflow Extensions Platform Support On-Premises 2010 On-Premises 2013 Office 365 SharePoint Apps Full Trust Code Activities Sandbox Code Activities Pluggable Workflow Services Declarative Activities Call HTTP Web Service Action
  • 30. Code Activity (2010) Subclass of Workflow Activity Base Public Properties for Parameters Override Execute Method
  • 31. Code Activity (2013) Subclass of Workflow Activity Base In and Out Arguments for Parameters Override Execute Method
  • 32. Sandbox Activity (2010) Public Class and Static Methods Context and additional Parameters Hashtable is used for return values
  • 33. Pluggable Workflow Services • Introduced in SharePoint 2010 • Allows workflow to send and receive asynchronous messages from external services • Full Trust Solution • Fairly Complex to Code / Test • Requires web.config modification • Supported for 2010 Mode Workflows on SharePoint 2013 • No longer supported in SharePoint 2013 Workflow
  • 34. Declarative Activity (2013) Rich Set of DynamicValue Native supports Activities complex data exchange Call Web Services to Extend
  • 35. Recommended Extensibility Model Activities Web Services Full Trust 2010 Declarative 2013
  • 36. More Information TechNet Workflow Resource Center http://technet.microsoft.com/en-US/sharepoint/jj556245 What’s New in SharePoint 2013 Workflow http://msdn.microsoft.com/en-us/library/jj163177.aspx How to work with Web Services in SharePoint Designer 2013 http://msdn.microsoft.com/en-us/library/fp179912.aspx SharePoint 2013 Workflows and the HTTP Accept Header http://www.fiechter.eu/blog/Lists/Posts/Post.aspx?ID=35&mobile=0 How to: Build and Deploy Custom Workflow Actions http://msdn.microsoft.com/en-us/library/jj163911.aspx Workflow Actions Schema Reference http://msdn.microsoft.com/en-us/library/jj583378(v=office.15).aspx
  • 37. Connect with New Step Learning Course Curriculums and Training Programs http://www.newsteplearning.com News, Events and Training Announcements http://www.newsteplearning.com/blog Webinar and Conference Presentations http://www.slideshare.net/newsteplearning Free Step-By-Step Demos and Tutorials https://www.youtube.com/user/newsteplearning
  • 38. Questions Thank you for attending! chris@newsteplearning.com (425) 522-3727 @sharepointbits blog.sharepointbits.com Please complete your evaluations. Your feedback is appreciated 