SlideShare une entreprise Scribd logo
1  sur  33
Télécharger pour lire hors ligne
www.expertpointsolutions.com




          SharePoint 2013 Workflows
Build scalable SharePoint 2013 Staged Workflows to run locally
                                             and in the Cloud

      • Brian Culver ● SharePoint Fest Denver ● March 2013
About Brian Culver

 • SharePoint Solutions Architect for Expert Point Solutions
 • Based in Houston, TX
 • Author
   • SharePoint 2010 Unleashed
   • Upcoming SharePoint 2013 Workflows
   • Various White Papers
 • Speaker and Blogger
Session Agenda


• Why do we use Workflows?

• What about Workflow changed in
  SharePoint 2013

• Why are they better in 2013?

• Workflow Manager 1.0

• Building a Workflow in 2013

• Workflows Best Practices
Why do we use Workflows?

• A workflow is basically a series of tasks that produce an outcome.

• In a business scenario, a workflow is a business process.

• Workflows can be used to automate, solve and improve processes:
  • Help people to collaborate on documents
  • Manage project tasks
  • Help organizations to adhere to consistent business processes
  • Improve organizational efficiency and productivity
  • They enable the people who perform these tasks to concentrate
    on performing the work rather than managing the workflow or
    process.
What about Workflow changed in SharePoint 2013?

• SharePoint 2013 offers two workflow engine flavors:
  • SharePoint 2010 Workflows (based on .NET3.5)
  • SharePoint 2013 Workflows (based on .NET4.x)

• SharePoint 2010 Workflows run within SharePoint (the internal
  workflow host)

• SharePoint 2013 Workflows run outside of SharePoint in the new
  Workflow Manager (formerly labeled as Azure Cloud) Farm
Why are they better in 2013?

• Several improvements in several areas:
  • Workflow Engine
    • For SharePoint 2013 Workflows – taken out of SharePoint
    • Uses Workflow Framework in .NET 4.0 which is much more robust
    • Can be extended and enhanced more easily
    • Much more scalable


  • SharePoint Designer 2013
    • Leverages Visio 2013 to provide a better design experience for
       users and developers.
      • Business user builds the Workflow in Visio 2013 with SharePoint
        2013 Workflow Shapes.
      • Designer/Developer can import into SharePoint Designer 2013
        and/or Visual Studio 2012.
      • Export to Visio 2013 files preserves workflow properties and
        details which makes it much more portable between sites and
        environments.
Why are they better in 2013?

  New Workflow Actions, Components and Conditions
Why are they better in 2013?

Stage Shapes
  • A stage is a container which can contain any number of shapes and
    actions, such as sending an email and logging to the workflow history. A
    stage must have only one path in and one path out.
Why are they better in 2013?

• The following rules apply to stages:
  • A workflow must have at least one stage. A stage, by default, has a
    Start, Enter and Exit shape SharePoint 2013 Workflow template.
  • An explicit Start shape is required outside of the stage for the entire
    diagram. An explicit Terminate shape outside of the stage is not
    required.
  • Stage containers cannot be nested. Use other containers within a
    stage to nest, such as a Step container.
  • Stop Workflow shapes may exist within a stage.
  • At the top level, the workflow can contain only stages, conditional
    shapes, and Start and Terminate terminators. All other shapes must
    be contained within a stage.
Why are they better in 2013?

Loop shapes
  • Loops are a series of connected shapes that will execute as a single unit
    within a loop container. Like stages, loops are a container shape with an
    Enter and Exit shape. A loop shape also requires that an Enter and Exit
    shape be added to the edges of the container to define the paths in and
    out of the loop. Workflows in SharePoint Server 2013 support two types
    of loops: loop n times and loop with condition.
Why are they better in 2013?

• The following rules apply to loops:
  • Loops must be within a stage.
  • Steps may be within a loop.
  • Loops may have only one entry and one exit point.
Why are they better in 2013?

Step shapes
  • Steps represent a group of sequential actions to be performed as a
    single unit.
Why are they better in 2013?

• The following rules apply to steps:
  • Steps must be within a stage.
  • Steps may be within a loop.
  • Steps may have only one entry and one exit point.
  • Steps can contain steps.




To learn more about the workflow Shapes available in the SharePoint
Designer 2013, go to:
http://msdn.microsoft.com/en-us/library/jj164055.aspx
Why are they better in 2013?

• Designer Improvements (with Visio 2013 only)
  • Text-Based Designer
  • Visual Designer
Demo
Visual Designer vs Text-Based Designer
Why are they better in 2013?

• So the bad news?
There is no bad news. There is only news.

• SharePoint 2013 does not support all the
actions SharePoint 2010 did.

• Why?

• WorkAround:
  • Invoke a SharePoint 2010 Workflows
    via the SharePoint Interop (Start
    Another Workflow action).
Why are they better in 2013?

SharePoint 2013 Workflows Architecture

• SharePoint 2013 workflows are powered by the .NET 4.x workflow
infrastructure or Windows Workflow Foundation 4 (WF4).
• WF4 was substantially redesigned from prior versions in that it is built
on the messaging functionality provided by the Windows Communication
Foundation (WCF).
• In WF4 workflows, each business process step is represented by a
workflow "activity". Thus, workflow activities represent the underlying
managed objects whose methods drive workflow behaviors.
Why are they better in 2013?

SharePoint 2013 Workflows Architecture
Why are they better in 2013?

SharePoint 2013 Workflows Architecture

• In SharePoint Designer, workflow actions are the user-friendly
representations of the underlying activities from WF4.
• As the workflow executes, each workflow action interacts with the
workflow execution engine which in turn acts on the corresponding
activities.
• The workflow activities are implemented declaratively by using XAML.
• Workflow activities are invoked by using loosely coupled web services
that use messaging APIs (Windows Communication Foundation or WCF)
to communicate with SharePoint Server 2013.
Why are they better in 2013?

SharePoint 2013 Workflows Architecture

• In SharePoint Server 2013, the Workflow Manager Client 1.0 hosts the
WF4 engine and WCF web services.
• Together, the Workflow Manager Client 1.0, SharePoint 2013, and
SharePoint Designer 2013 each provide the functionality that makes up the
SharePoint 2013 Workflow Architecture.
• The Workflow Manager Client 1.0 provides the management of workflow
definitions and hosts the execution processes for each workflow instance.
• The SharePoint 2013 platform provides the framework for building
SharePoint workflows and storing the SharePoint workflows.
Demo
Installing Workflow Manager 1.0
Workflow Manager 1.0

Installing the Workflow Manager 1.0

• Download “Workflow Manager 1.0”
  • http://www.microsoft.com/en-us/download/details.aspx?id=35375

• Install
  • Prerequisites: http://technet.microsoft.com/en-us/library/jj193451.aspx
  • WorkflowManager.exe in the Application Servers or Workflow Farm Servers.
  • For SharePoint 2013, WorkflowClient.exe in the Web Front Ends.

• Run the “Workflow Manager Configuration”
  • “Configure Workflow Manager with Custom Settings”
    • Note: Do not pick “Recommended” option
  • For more information: http://technet.microsoft.com/en-
    us/library/jj658588.aspx
Workflow Forms

The New Story

• Is InfoPath 2013 going away?

  • .NET 4 Workflows and Forms
     • Generates .ASPX pages
     • Can work with InfoPath 2013 as well


  • InfoPath 2013 does have new improvements.


  • Web service, WCF, REST, JSON
Workflow Forms

The New Story

• New features in InfoPath 2013
  • The development experience has been drastically improved to work
    with Visual Studio 2012
  • InfoPath can now be deployed as a sandbox solution
  • The publishing process has been simplified
  • SharePoint List forms have been enhanced
  • An InfoPath form Web part has been added
  • The InfoPath Form Service provides richer Web forms
  • The InfoPath Form Service follows better compliant standards
  • InfoPath now supports digital signatures
Building a Workflow in 2013

Reusable and Global Reusable Workflows
• Reusable workflows were introduced in SharePoint Designer 2010 along with
site workflows. Reusable workflows are associated with a content type instead of a
specific list.
    • SharePoint provides the ability to reuse content types across multiple sites
      and lists, and enables associated workflows to execute on any list where the
      content type has been configured for use.
    • Reusable workflows are only aware of site columns on the associated content
      type, and certain core list metadata columns that are shared across all lists
      such as “Created” and “Created By”.
    • Global Reusable workflows are available for use anywhere within a Site
      Collection, but the workflow and associated content type must be created in
      the top-level site of a site collection.
    • One of the most powerful features of the reusable workflow is the ability to
      export for use in other site collections, web applications and SharePoint
      farms.
    • SharePoint Designer automatically packages the workflow and dependencies
      including forms as a solution package (.WSP) that can be deployed as a
      sandbox solution, making it possible to also deploy them to hosted SharePoint
      environments such as Office 365.
Building a Workflow in 2013

Site Workflows

• Site workflows were new in SharePoint 2010. Site workflows are published
to a site rather than a content type or list. Since they are not associated with a
specific list or content type, they are not associated with any specific list item
(or within the workflow context, the current item). Since a site workflow does
not have the specific list item associated with the workflow context, some
workflow actions are not available, such as workflow actions triggered when
the current list item changes.
   • Site workflows also do not have events in SharePoint that trigger them.
     Therefore, site workflows have to be started manually either directly by
     user or programmatically.
   • Site workflows are essentially best designed to perform administrative
     functions on the sites upon which they execute.
   • Site workflows greatly benefited from custom workflow actions which can
     expand the capabilities far beyond what is provided out of the box.
Building a Workflow in 2013

List Workflows

• List workflows have been supported since SharePoint 2007 in SharePoint
Designer. A list workflow is designed and published directly to a specific list
instance.
  • List workflows do offer a key feature not found in site workflows or
    reusable workflows, the ability to access list columns (columns created
    directly on the list).
  • A very annoying flaw in list workflows is their affinity to the list where they
    were published.
  • Cannot be moved or reused on another list or another site.
  • List workflows have a place where a small and specific process is
    required.
  • They are not good choices for complex workflows or workflows that may
    need to be used elsewhere, such as another site or list.
Building a Workflow in 2013

• Lets build a simple vacation request workflow
Demo
Building a workflow in SharePoint 2013
Workflows Best Practices

• Document the High-Level workflow
  • Then break it up into smaller units

• Plan before you build
  • Most workflows do not look the same after a couple iterations
  • Put in the time to carefully understand the workflow and identify issues

• Create Reusable workflows
  • Portable and reusable

• Create smaller, simpler workflows (when possible)
  • Larger workflows are harder to reconfigure
  • Larger workflows are harder to fix and diagnose
  • Larger workflows increase complexity of logic
Questions




                ?
                    ?
      ?

            ?
Constructive Feedback Is Appreciated


                                       Great information,
                                       but would like to
                                       have learned more
                       Brian – Your    about [Insert Topic]
                       presentation
                       was …

    Thanks!



              Good
              Demos!
Brian Culver, MCM
Twitter:
@spbrianculver

E-mail:
brian.culver@expertpointsolutions.com   Thank you!
Blog:
http://blog.expertpointsolutions.com/

Contenu connexe

Tendances

SharePoint Workflow Best Practices
SharePoint Workflow Best PracticesSharePoint Workflow Best Practices
SharePoint Workflow Best PracticesJoAnna Cheshire
 
SharePoint 2010 Workflows
SharePoint 2010 WorkflowsSharePoint 2010 Workflows
SharePoint 2010 WorkflowsPhil Wicklund
 
Configuring Workflows in SharePoint 2010
Configuring Workflows in SharePoint 2010Configuring Workflows in SharePoint 2010
Configuring Workflows in SharePoint 2010Michal Pisarek
 
Building Workflows for SharePoint 2010 with SharePoint Designer and Visio
Building Workflows for SharePoint 2010 with SharePoint Designer and VisioBuilding Workflows for SharePoint 2010 with SharePoint Designer and Visio
Building Workflows for SharePoint 2010 with SharePoint Designer and VisioElaine Van Bergen
 
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
 
Share Point 2010 Workflow
Share Point 2010 WorkflowShare Point 2010 Workflow
Share Point 2010 WorkflowPhuong Nguyen
 
SharePoint Designer Workflows - Nuts, Bolts and Examples
SharePoint Designer Workflows - Nuts, Bolts and ExamplesSharePoint Designer Workflows - Nuts, Bolts and Examples
SharePoint Designer Workflows - Nuts, Bolts and ExamplesDrew Madelung
 
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
 
5.4swiss_sharepoint_club_mvp_track4_workflows-sharepoint_2013_serge_luca_shar...
5.4swiss_sharepoint_club_mvp_track4_workflows-sharepoint_2013_serge_luca_shar...5.4swiss_sharepoint_club_mvp_track4_workflows-sharepoint_2013_serge_luca_shar...
5.4swiss_sharepoint_club_mvp_track4_workflows-sharepoint_2013_serge_luca_shar...Swiss SharePoint Club
 
How to develop maintainable custom Workflows in Office365 SharePoint online 2...
How to develop maintainable custom Workflows in Office365 SharePoint online 2...How to develop maintainable custom Workflows in Office365 SharePoint online 2...
How to develop maintainable custom Workflows in Office365 SharePoint online 2...Prashant G Bhoyar (Microsoft MVP)
 
Writing futuristic workflows in office 365 SharePoint 2013 2016 on premise
Writing futuristic workflows in office 365 SharePoint 2013 2016 on premiseWriting futuristic workflows in office 365 SharePoint 2013 2016 on premise
Writing futuristic workflows in office 365 SharePoint 2013 2016 on premisePrashant G Bhoyar (Microsoft MVP)
 
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...Prashant G Bhoyar (Microsoft MVP)
 
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...Coskun Cavusoglu
 
Demonstration steps visio 2010 share point workflow
Demonstration steps visio 2010 share point workflowDemonstration steps visio 2010 share point workflow
Demonstration steps visio 2010 share point workflowJason Hamlin
 
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDCBuilding Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDCBrian Culver
 
Bend Sharepoint Approval Workflow to your Will
Bend Sharepoint Approval Workflow to your WillBend Sharepoint Approval Workflow to your Will
Bend Sharepoint Approval Workflow to your WillTamara Bredemus
 
Workflows in SharePoint 2013: Architecture #spsbe
Workflows in SharePoint 2013: Architecture#spsbeWorkflows in SharePoint 2013: Architecture#spsbe
Workflows in SharePoint 2013: Architecture #spsbeSpikes NV
 
Office Add-Ins
Office Add-InsOffice Add-Ins
Office Add-InsSpikes NV
 
SharePoint Workflows 2013. What's new?
SharePoint Workflows 2013. What's new?SharePoint Workflows 2013. What's new?
SharePoint Workflows 2013. What's new?Sergei Leshchenko
 

Tendances (20)

SharePoint Workflow Best Practices
SharePoint Workflow Best PracticesSharePoint Workflow Best Practices
SharePoint Workflow Best Practices
 
SharePoint 2010 Workflows
SharePoint 2010 WorkflowsSharePoint 2010 Workflows
SharePoint 2010 Workflows
 
Configuring Workflows in SharePoint 2010
Configuring Workflows in SharePoint 2010Configuring Workflows in SharePoint 2010
Configuring Workflows in SharePoint 2010
 
Building Workflows for SharePoint 2010 with SharePoint Designer and Visio
Building Workflows for SharePoint 2010 with SharePoint Designer and VisioBuilding Workflows for SharePoint 2010 with SharePoint Designer and Visio
Building Workflows for SharePoint 2010 with SharePoint Designer and Visio
 
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
 
Share Point 2010 Workflow
Share Point 2010 WorkflowShare Point 2010 Workflow
Share Point 2010 Workflow
 
SharePoint Designer Workflows - Nuts, Bolts and Examples
SharePoint Designer Workflows - Nuts, Bolts and ExamplesSharePoint Designer Workflows - Nuts, Bolts and Examples
SharePoint Designer Workflows - Nuts, Bolts and Examples
 
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
 
5.4swiss_sharepoint_club_mvp_track4_workflows-sharepoint_2013_serge_luca_shar...
5.4swiss_sharepoint_club_mvp_track4_workflows-sharepoint_2013_serge_luca_shar...5.4swiss_sharepoint_club_mvp_track4_workflows-sharepoint_2013_serge_luca_shar...
5.4swiss_sharepoint_club_mvp_track4_workflows-sharepoint_2013_serge_luca_shar...
 
How to develop maintainable custom Workflows in Office365 SharePoint online 2...
How to develop maintainable custom Workflows in Office365 SharePoint online 2...How to develop maintainable custom Workflows in Office365 SharePoint online 2...
How to develop maintainable custom Workflows in Office365 SharePoint online 2...
 
Writing futuristic workflows in office 365 SharePoint 2013 2016 on premise
Writing futuristic workflows in office 365 SharePoint 2013 2016 on premiseWriting futuristic workflows in office 365 SharePoint 2013 2016 on premise
Writing futuristic workflows in office 365 SharePoint 2013 2016 on premise
 
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
 
Advanced Office365 Sharepoint online Workflows
Advanced Office365 Sharepoint online WorkflowsAdvanced Office365 Sharepoint online Workflows
Advanced Office365 Sharepoint online Workflows
 
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
 
Demonstration steps visio 2010 share point workflow
Demonstration steps visio 2010 share point workflowDemonstration steps visio 2010 share point workflow
Demonstration steps visio 2010 share point workflow
 
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDCBuilding Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
 
Bend Sharepoint Approval Workflow to your Will
Bend Sharepoint Approval Workflow to your WillBend Sharepoint Approval Workflow to your Will
Bend Sharepoint Approval Workflow to your Will
 
Workflows in SharePoint 2013: Architecture #spsbe
Workflows in SharePoint 2013: Architecture#spsbeWorkflows in SharePoint 2013: Architecture#spsbe
Workflows in SharePoint 2013: Architecture #spsbe
 
Office Add-Ins
Office Add-InsOffice Add-Ins
Office Add-Ins
 
SharePoint Workflows 2013. What's new?
SharePoint Workflows 2013. What's new?SharePoint Workflows 2013. What's new?
SharePoint Workflows 2013. What's new?
 

Similaire à Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud

WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...
WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...
WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...Brian Culver
 
SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...
SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...
SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...Brian Culver
 
Ridwan sassman Sharepoint Saturday Sharepoint 2013 Workflows
Ridwan sassman Sharepoint Saturday Sharepoint 2013 WorkflowsRidwan sassman Sharepoint Saturday Sharepoint 2013 Workflows
Ridwan sassman Sharepoint Saturday Sharepoint 2013 Workflowsridwansassman
 
2012 MindSurf - Augmenting Business Process with SharePoint
2012 MindSurf - Augmenting Business Process with SharePoint2012 MindSurf - Augmenting Business Process with SharePoint
2012 MindSurf - Augmenting Business Process with SharePointDon Donais
 
Penny coventry auto-bp-spsbe31
Penny coventry auto-bp-spsbe31Penny coventry auto-bp-spsbe31
Penny coventry auto-bp-spsbe31BIWUG
 
SPCA2013 - Windows Workflow Manager for the IT Pro
SPCA2013 - Windows Workflow Manager for the IT ProSPCA2013 - Windows Workflow Manager for the IT Pro
SPCA2013 - Windows Workflow Manager for the IT ProNCCOMMS
 
SharePoint 2013 Workflow - San Antonio SharePoint User Group - October 2013
SharePoint 2013 Workflow - San Antonio SharePoint User Group - October 2013SharePoint 2013 Workflow - San Antonio SharePoint User Group - October 2013
SharePoint 2013 Workflow - San Antonio SharePoint User Group - October 2013Sam Larko
 
5 Stages of SharePoint Grief: Coming to Terms with the Rebuilt Workflow Platf...
5 Stages of SharePoint Grief: Coming to Terms with the Rebuilt Workflow Platf...5 Stages of SharePoint Grief: Coming to Terms with the Rebuilt Workflow Platf...
5 Stages of SharePoint Grief: Coming to Terms with the Rebuilt Workflow Platf...Sam Larko
 
SharePoint 2013 Web Content Management for Developers TSPUG
SharePoint 2013 Web Content Management for Developers TSPUGSharePoint 2013 Web Content Management for Developers TSPUG
SharePoint 2013 Web Content Management for Developers TSPUGEd Musters
 
SharePoint 2013 Web Content Management for Developers HSPUG
SharePoint 2013 Web Content Management for Developers HSPUGSharePoint 2013 Web Content Management for Developers HSPUG
SharePoint 2013 Web Content Management for Developers HSPUGEd Musters
 
SharePoint Development (Lesson 4)
SharePoint Development (Lesson 4)SharePoint Development (Lesson 4)
SharePoint Development (Lesson 4)MJ Ferdous
 
Share point 2013
Share point 2013Share point 2013
Share point 2013LiquidHub
 
Workflows for share point 2013
Workflows for share point 2013Workflows for share point 2013
Workflows for share point 2013Prabath Fonseka
 
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...Datapolis
 
MindSurf 2013 - SharePoint Out of the Box Project Management
MindSurf 2013 - SharePoint Out of the Box Project ManagementMindSurf 2013 - SharePoint Out of the Box Project Management
MindSurf 2013 - SharePoint Out of the Box Project ManagementDon Donais
 
Introduction to SharePoint Workflow
Introduction to SharePoint WorkflowIntroduction to SharePoint Workflow
Introduction to SharePoint WorkflowNIFTIT
 
SharePoint Workflow Migration
SharePoint Workflow MigrationSharePoint Workflow Migration
SharePoint Workflow MigrationCygnet Infotech
 
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012SharePoint Workflows - SharePoint Saturday Twin Cities April 2012
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012Don Donais
 
Drew madelung sp designer workflows - sp-biz
Drew madelung   sp designer workflows - sp-bizDrew madelung   sp designer workflows - sp-biz
Drew madelung sp designer workflows - sp-bizDrew Madelung
 

Similaire à Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud (20)

WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...
WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...
WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...
 
SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...
SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...
SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...
 
Ridwan sassman Sharepoint Saturday Sharepoint 2013 Workflows
Ridwan sassman Sharepoint Saturday Sharepoint 2013 WorkflowsRidwan sassman Sharepoint Saturday Sharepoint 2013 Workflows
Ridwan sassman Sharepoint Saturday Sharepoint 2013 Workflows
 
2012 MindSurf - Augmenting Business Process with SharePoint
2012 MindSurf - Augmenting Business Process with SharePoint2012 MindSurf - Augmenting Business Process with SharePoint
2012 MindSurf - Augmenting Business Process with SharePoint
 
Penny coventry auto-bp-spsbe31
Penny coventry auto-bp-spsbe31Penny coventry auto-bp-spsbe31
Penny coventry auto-bp-spsbe31
 
SPCA2013 - Windows Workflow Manager for the IT Pro
SPCA2013 - Windows Workflow Manager for the IT ProSPCA2013 - Windows Workflow Manager for the IT Pro
SPCA2013 - Windows Workflow Manager for the IT Pro
 
SharePoint 2013 Workflow - San Antonio SharePoint User Group - October 2013
SharePoint 2013 Workflow - San Antonio SharePoint User Group - October 2013SharePoint 2013 Workflow - San Antonio SharePoint User Group - October 2013
SharePoint 2013 Workflow - San Antonio SharePoint User Group - October 2013
 
5 Stages of SharePoint Grief: Coming to Terms with the Rebuilt Workflow Platf...
5 Stages of SharePoint Grief: Coming to Terms with the Rebuilt Workflow Platf...5 Stages of SharePoint Grief: Coming to Terms with the Rebuilt Workflow Platf...
5 Stages of SharePoint Grief: Coming to Terms with the Rebuilt Workflow Platf...
 
SharePoint 2013 Web Content Management for Developers TSPUG
SharePoint 2013 Web Content Management for Developers TSPUGSharePoint 2013 Web Content Management for Developers TSPUG
SharePoint 2013 Web Content Management for Developers TSPUG
 
SharePoint 2013 Web Content Management for Developers HSPUG
SharePoint 2013 Web Content Management for Developers HSPUGSharePoint 2013 Web Content Management for Developers HSPUG
SharePoint 2013 Web Content Management for Developers HSPUG
 
SharePoint Development (Lesson 4)
SharePoint Development (Lesson 4)SharePoint Development (Lesson 4)
SharePoint Development (Lesson 4)
 
Share point 2013
Share point 2013Share point 2013
Share point 2013
 
Workflows for share point 2013
Workflows for share point 2013Workflows for share point 2013
Workflows for share point 2013
 
Spug pt session14 - tfs2010
Spug pt session14 - tfs2010Spug pt session14 - tfs2010
Spug pt session14 - tfs2010
 
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
 
MindSurf 2013 - SharePoint Out of the Box Project Management
MindSurf 2013 - SharePoint Out of the Box Project ManagementMindSurf 2013 - SharePoint Out of the Box Project Management
MindSurf 2013 - SharePoint Out of the Box Project Management
 
Introduction to SharePoint Workflow
Introduction to SharePoint WorkflowIntroduction to SharePoint Workflow
Introduction to SharePoint Workflow
 
SharePoint Workflow Migration
SharePoint Workflow MigrationSharePoint Workflow Migration
SharePoint Workflow Migration
 
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012SharePoint Workflows - SharePoint Saturday Twin Cities April 2012
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012
 
Drew madelung sp designer workflows - sp-biz
Drew madelung   sp designer workflows - sp-bizDrew madelung   sp designer workflows - sp-biz
Drew madelung sp designer workflows - sp-biz
 

Plus de Brian Culver

Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesBrian Culver
 
Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesBrian Culver
 
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)Brian Culver
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Brian Culver
 
Share Upgrading and Migrating to SharePoint 2016 Like a Pro
Share Upgrading and Migrating to SharePoint 2016 Like a ProShare Upgrading and Migrating to SharePoint 2016 Like a Pro
Share Upgrading and Migrating to SharePoint 2016 Like a ProBrian Culver
 
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)Brian Culver
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Brian Culver
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hourConvert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hourBrian Culver
 
Houston TechFest 2017- Migrate and Upgrade to 2016 Succesfully
Houston TechFest 2017- Migrate and Upgrade to 2016 SuccesfullyHouston TechFest 2017- Migrate and Upgrade to 2016 Succesfully
Houston TechFest 2017- Migrate and Upgrade to 2016 SuccesfullyBrian Culver
 
Real World Add-in Development for Office365
Real World Add-in Development for Office365Real World Add-in Development for Office365
Real World Add-in Development for Office365Brian Culver
 
Building SharePoint 2016 Hybrid the right way
Building SharePoint 2016 Hybrid the right wayBuilding SharePoint 2016 Hybrid the right way
Building SharePoint 2016 Hybrid the right wayBrian Culver
 
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a Pro
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a ProSPSHOU - Upgrading and Migrating to SharePoint 2016 like a Pro
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a ProBrian Culver
 
HSPUG Loving one drive for business as a productivity tool
HSPUG Loving one drive for business as a productivity toolHSPUG Loving one drive for business as a productivity tool
HSPUG Loving one drive for business as a productivity toolBrian Culver
 
SPT 104 Unlock your big data with analytics and BI on Office 365
SPT 104 Unlock your big data with analytics and BI on Office 365SPT 104 Unlock your big data with analytics and BI on Office 365
SPT 104 Unlock your big data with analytics and BI on Office 365Brian Culver
 
Spt 101 Loving Onedrive for business as a productivity tool
Spt 101 Loving Onedrive for business as a productivity toolSpt 101 Loving Onedrive for business as a productivity tool
Spt 101 Loving Onedrive for business as a productivity toolBrian Culver
 
SPS Utah 2016 - Unlock your big data with analytics and BI on Office 365
SPS Utah 2016 - Unlock your big data with analytics and BI on Office 365SPS Utah 2016 - Unlock your big data with analytics and BI on Office 365
SPS Utah 2016 - Unlock your big data with analytics and BI on Office 365Brian Culver
 
Loving OneDrive for Business as a Productivity Tool
Loving OneDrive for Business as a Productivity ToolLoving OneDrive for Business as a Productivity Tool
Loving OneDrive for Business as a Productivity ToolBrian Culver
 
Unlock your Big Data with Analytics and BI on Office 365
Unlock your Big Data with Analytics and BI on Office 365Unlock your Big Data with Analytics and BI on Office 365
Unlock your Big Data with Analytics and BI on Office 365Brian Culver
 
SharePoint 2013 Search Driven Sites - SPSHOU
SharePoint 2013 Search Driven Sites - SPSHOUSharePoint 2013 Search Driven Sites - SPSHOU
SharePoint 2013 Search Driven Sites - SPSHOUBrian Culver
 
Unlock your Big Data with Analytics and BI on Office 365 - OFF103
Unlock your Big Data with Analytics and BI on Office 365 - OFF103Unlock your Big Data with Analytics and BI on Office 365 - OFF103
Unlock your Big Data with Analytics and BI on Office 365 - OFF103Brian Culver
 

Plus de Brian Culver (20)

Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure Services
 
Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure Services
 
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
 
Share Upgrading and Migrating to SharePoint 2016 Like a Pro
Share Upgrading and Migrating to SharePoint 2016 Like a ProShare Upgrading and Migrating to SharePoint 2016 Like a Pro
Share Upgrading and Migrating to SharePoint 2016 Like a Pro
 
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)
How to convert your Full Trust Solutions to the SharePoint Framework (SPFx)
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hourConvert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
 
Houston TechFest 2017- Migrate and Upgrade to 2016 Succesfully
Houston TechFest 2017- Migrate and Upgrade to 2016 SuccesfullyHouston TechFest 2017- Migrate and Upgrade to 2016 Succesfully
Houston TechFest 2017- Migrate and Upgrade to 2016 Succesfully
 
Real World Add-in Development for Office365
Real World Add-in Development for Office365Real World Add-in Development for Office365
Real World Add-in Development for Office365
 
Building SharePoint 2016 Hybrid the right way
Building SharePoint 2016 Hybrid the right wayBuilding SharePoint 2016 Hybrid the right way
Building SharePoint 2016 Hybrid the right way
 
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a Pro
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a ProSPSHOU - Upgrading and Migrating to SharePoint 2016 like a Pro
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a Pro
 
HSPUG Loving one drive for business as a productivity tool
HSPUG Loving one drive for business as a productivity toolHSPUG Loving one drive for business as a productivity tool
HSPUG Loving one drive for business as a productivity tool
 
SPT 104 Unlock your big data with analytics and BI on Office 365
SPT 104 Unlock your big data with analytics and BI on Office 365SPT 104 Unlock your big data with analytics and BI on Office 365
SPT 104 Unlock your big data with analytics and BI on Office 365
 
Spt 101 Loving Onedrive for business as a productivity tool
Spt 101 Loving Onedrive for business as a productivity toolSpt 101 Loving Onedrive for business as a productivity tool
Spt 101 Loving Onedrive for business as a productivity tool
 
SPS Utah 2016 - Unlock your big data with analytics and BI on Office 365
SPS Utah 2016 - Unlock your big data with analytics and BI on Office 365SPS Utah 2016 - Unlock your big data with analytics and BI on Office 365
SPS Utah 2016 - Unlock your big data with analytics and BI on Office 365
 
Loving OneDrive for Business as a Productivity Tool
Loving OneDrive for Business as a Productivity ToolLoving OneDrive for Business as a Productivity Tool
Loving OneDrive for Business as a Productivity Tool
 
Unlock your Big Data with Analytics and BI on Office 365
Unlock your Big Data with Analytics and BI on Office 365Unlock your Big Data with Analytics and BI on Office 365
Unlock your Big Data with Analytics and BI on Office 365
 
SharePoint 2013 Search Driven Sites - SPSHOU
SharePoint 2013 Search Driven Sites - SPSHOUSharePoint 2013 Search Driven Sites - SPSHOU
SharePoint 2013 Search Driven Sites - SPSHOU
 
Unlock your Big Data with Analytics and BI on Office 365 - OFF103
Unlock your Big Data with Analytics and BI on Office 365 - OFF103Unlock your Big Data with Analytics and BI on Office 365 - OFF103
Unlock your Big Data with Analytics and BI on Office 365 - OFF103
 

Dernier

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 

Dernier (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 

Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud

  • 1. www.expertpointsolutions.com SharePoint 2013 Workflows Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud • Brian Culver ● SharePoint Fest Denver ● March 2013
  • 2. About Brian Culver • SharePoint Solutions Architect for Expert Point Solutions • Based in Houston, TX • Author • SharePoint 2010 Unleashed • Upcoming SharePoint 2013 Workflows • Various White Papers • Speaker and Blogger
  • 3. Session Agenda • Why do we use Workflows? • What about Workflow changed in SharePoint 2013 • Why are they better in 2013? • Workflow Manager 1.0 • Building a Workflow in 2013 • Workflows Best Practices
  • 4. Why do we use Workflows? • A workflow is basically a series of tasks that produce an outcome. • In a business scenario, a workflow is a business process. • Workflows can be used to automate, solve and improve processes: • Help people to collaborate on documents • Manage project tasks • Help organizations to adhere to consistent business processes • Improve organizational efficiency and productivity • They enable the people who perform these tasks to concentrate on performing the work rather than managing the workflow or process.
  • 5. What about Workflow changed in SharePoint 2013? • SharePoint 2013 offers two workflow engine flavors: • SharePoint 2010 Workflows (based on .NET3.5) • SharePoint 2013 Workflows (based on .NET4.x) • SharePoint 2010 Workflows run within SharePoint (the internal workflow host) • SharePoint 2013 Workflows run outside of SharePoint in the new Workflow Manager (formerly labeled as Azure Cloud) Farm
  • 6. Why are they better in 2013? • Several improvements in several areas: • Workflow Engine • For SharePoint 2013 Workflows – taken out of SharePoint • Uses Workflow Framework in .NET 4.0 which is much more robust • Can be extended and enhanced more easily • Much more scalable • SharePoint Designer 2013 • Leverages Visio 2013 to provide a better design experience for users and developers. • Business user builds the Workflow in Visio 2013 with SharePoint 2013 Workflow Shapes. • Designer/Developer can import into SharePoint Designer 2013 and/or Visual Studio 2012. • Export to Visio 2013 files preserves workflow properties and details which makes it much more portable between sites and environments.
  • 7. Why are they better in 2013? New Workflow Actions, Components and Conditions
  • 8. Why are they better in 2013? Stage Shapes • A stage is a container which can contain any number of shapes and actions, such as sending an email and logging to the workflow history. A stage must have only one path in and one path out.
  • 9. Why are they better in 2013? • The following rules apply to stages: • A workflow must have at least one stage. A stage, by default, has a Start, Enter and Exit shape SharePoint 2013 Workflow template. • An explicit Start shape is required outside of the stage for the entire diagram. An explicit Terminate shape outside of the stage is not required. • Stage containers cannot be nested. Use other containers within a stage to nest, such as a Step container. • Stop Workflow shapes may exist within a stage. • At the top level, the workflow can contain only stages, conditional shapes, and Start and Terminate terminators. All other shapes must be contained within a stage.
  • 10. Why are they better in 2013? Loop shapes • Loops are a series of connected shapes that will execute as a single unit within a loop container. Like stages, loops are a container shape with an Enter and Exit shape. A loop shape also requires that an Enter and Exit shape be added to the edges of the container to define the paths in and out of the loop. Workflows in SharePoint Server 2013 support two types of loops: loop n times and loop with condition.
  • 11. Why are they better in 2013? • The following rules apply to loops: • Loops must be within a stage. • Steps may be within a loop. • Loops may have only one entry and one exit point.
  • 12. Why are they better in 2013? Step shapes • Steps represent a group of sequential actions to be performed as a single unit.
  • 13. Why are they better in 2013? • The following rules apply to steps: • Steps must be within a stage. • Steps may be within a loop. • Steps may have only one entry and one exit point. • Steps can contain steps. To learn more about the workflow Shapes available in the SharePoint Designer 2013, go to: http://msdn.microsoft.com/en-us/library/jj164055.aspx
  • 14. Why are they better in 2013? • Designer Improvements (with Visio 2013 only) • Text-Based Designer • Visual Designer
  • 15. Demo Visual Designer vs Text-Based Designer
  • 16. Why are they better in 2013? • So the bad news? There is no bad news. There is only news. • SharePoint 2013 does not support all the actions SharePoint 2010 did. • Why? • WorkAround: • Invoke a SharePoint 2010 Workflows via the SharePoint Interop (Start Another Workflow action).
  • 17. Why are they better in 2013? SharePoint 2013 Workflows Architecture • SharePoint 2013 workflows are powered by the .NET 4.x workflow infrastructure or Windows Workflow Foundation 4 (WF4). • WF4 was substantially redesigned from prior versions in that it is built on the messaging functionality provided by the Windows Communication Foundation (WCF). • In WF4 workflows, each business process step is represented by a workflow "activity". Thus, workflow activities represent the underlying managed objects whose methods drive workflow behaviors.
  • 18. Why are they better in 2013? SharePoint 2013 Workflows Architecture
  • 19. Why are they better in 2013? SharePoint 2013 Workflows Architecture • In SharePoint Designer, workflow actions are the user-friendly representations of the underlying activities from WF4. • As the workflow executes, each workflow action interacts with the workflow execution engine which in turn acts on the corresponding activities. • The workflow activities are implemented declaratively by using XAML. • Workflow activities are invoked by using loosely coupled web services that use messaging APIs (Windows Communication Foundation or WCF) to communicate with SharePoint Server 2013.
  • 20. Why are they better in 2013? SharePoint 2013 Workflows Architecture • In SharePoint Server 2013, the Workflow Manager Client 1.0 hosts the WF4 engine and WCF web services. • Together, the Workflow Manager Client 1.0, SharePoint 2013, and SharePoint Designer 2013 each provide the functionality that makes up the SharePoint 2013 Workflow Architecture. • The Workflow Manager Client 1.0 provides the management of workflow definitions and hosts the execution processes for each workflow instance. • The SharePoint 2013 platform provides the framework for building SharePoint workflows and storing the SharePoint workflows.
  • 22. Workflow Manager 1.0 Installing the Workflow Manager 1.0 • Download “Workflow Manager 1.0” • http://www.microsoft.com/en-us/download/details.aspx?id=35375 • Install • Prerequisites: http://technet.microsoft.com/en-us/library/jj193451.aspx • WorkflowManager.exe in the Application Servers or Workflow Farm Servers. • For SharePoint 2013, WorkflowClient.exe in the Web Front Ends. • Run the “Workflow Manager Configuration” • “Configure Workflow Manager with Custom Settings” • Note: Do not pick “Recommended” option • For more information: http://technet.microsoft.com/en- us/library/jj658588.aspx
  • 23. Workflow Forms The New Story • Is InfoPath 2013 going away? • .NET 4 Workflows and Forms • Generates .ASPX pages • Can work with InfoPath 2013 as well • InfoPath 2013 does have new improvements. • Web service, WCF, REST, JSON
  • 24. Workflow Forms The New Story • New features in InfoPath 2013 • The development experience has been drastically improved to work with Visual Studio 2012 • InfoPath can now be deployed as a sandbox solution • The publishing process has been simplified • SharePoint List forms have been enhanced • An InfoPath form Web part has been added • The InfoPath Form Service provides richer Web forms • The InfoPath Form Service follows better compliant standards • InfoPath now supports digital signatures
  • 25. Building a Workflow in 2013 Reusable and Global Reusable Workflows • Reusable workflows were introduced in SharePoint Designer 2010 along with site workflows. Reusable workflows are associated with a content type instead of a specific list. • SharePoint provides the ability to reuse content types across multiple sites and lists, and enables associated workflows to execute on any list where the content type has been configured for use. • Reusable workflows are only aware of site columns on the associated content type, and certain core list metadata columns that are shared across all lists such as “Created” and “Created By”. • Global Reusable workflows are available for use anywhere within a Site Collection, but the workflow and associated content type must be created in the top-level site of a site collection. • One of the most powerful features of the reusable workflow is the ability to export for use in other site collections, web applications and SharePoint farms. • SharePoint Designer automatically packages the workflow and dependencies including forms as a solution package (.WSP) that can be deployed as a sandbox solution, making it possible to also deploy them to hosted SharePoint environments such as Office 365.
  • 26. Building a Workflow in 2013 Site Workflows • Site workflows were new in SharePoint 2010. Site workflows are published to a site rather than a content type or list. Since they are not associated with a specific list or content type, they are not associated with any specific list item (or within the workflow context, the current item). Since a site workflow does not have the specific list item associated with the workflow context, some workflow actions are not available, such as workflow actions triggered when the current list item changes. • Site workflows also do not have events in SharePoint that trigger them. Therefore, site workflows have to be started manually either directly by user or programmatically. • Site workflows are essentially best designed to perform administrative functions on the sites upon which they execute. • Site workflows greatly benefited from custom workflow actions which can expand the capabilities far beyond what is provided out of the box.
  • 27. Building a Workflow in 2013 List Workflows • List workflows have been supported since SharePoint 2007 in SharePoint Designer. A list workflow is designed and published directly to a specific list instance. • List workflows do offer a key feature not found in site workflows or reusable workflows, the ability to access list columns (columns created directly on the list). • A very annoying flaw in list workflows is their affinity to the list where they were published. • Cannot be moved or reused on another list or another site. • List workflows have a place where a small and specific process is required. • They are not good choices for complex workflows or workflows that may need to be used elsewhere, such as another site or list.
  • 28. Building a Workflow in 2013 • Lets build a simple vacation request workflow
  • 29. Demo Building a workflow in SharePoint 2013
  • 30. Workflows Best Practices • Document the High-Level workflow • Then break it up into smaller units • Plan before you build • Most workflows do not look the same after a couple iterations • Put in the time to carefully understand the workflow and identify issues • Create Reusable workflows • Portable and reusable • Create smaller, simpler workflows (when possible) • Larger workflows are harder to reconfigure • Larger workflows are harder to fix and diagnose • Larger workflows increase complexity of logic
  • 31. Questions ? ? ? ?
  • 32. Constructive Feedback Is Appreciated Great information, but would like to have learned more Brian – Your about [Insert Topic] presentation was … Thanks! Good Demos!
  • 33. Brian Culver, MCM Twitter: @spbrianculver E-mail: brian.culver@expertpointsolutions.com Thank you! Blog: http://blog.expertpointsolutions.com/