Download presentation
Presentation is loading. Please wait.
Published byLorena Jenkins Modified over 9 years ago
1
HOUSEKEEPING… Download EventBoard Mobile and remember to fill out session evaluations… Phasers set to stun, mobile devices set to silent… You must be present to win at the wrap-up…
2
THANKS TO OUR SPONSORS!!!
3
Join us at #SharePint sponsored by K2 at World of Beer of Reston in the Towncenter just across the bridge Why? To network with fellow SharePoint professionals What? SharePint!!! When? 6:00 PM Where? World of Beer Reston 1888 Explorer Street Reston, VA 20190 Thanks to? K2!
4
INTRODUCTION TO SHAREPOINT 2013 WORKFLOW – PART I Presented by Srini Sistla @srinisistla
5
THANK YOU RESTON SHAREPOINT GROUP MICROSOFT SPONSORS AUDIENCE
6
ABOUT ME AUTHOR Pro SharePoint 2010 Business Intelligence (Apress) Pro SharePoint Migration (Apress) SharePoint 2013 Development Machine (Self Published) SPEAKER INETA, SharePoint Saturday, CAPAREA.NET, SUGDC BLOGGER SHAREPOINT SOLUTIONS ARCHITECT / CONSULTANT / SME
7
AGENDA SharePoint 2013 Workflows Architecture (On-prem and SharePoint Online) How to build your Virtual Machine to run workflows Tricks, Tips and Tools to build workflows on your development machine Building your first workflow using SharePoint Designer Working with Office 365 workflows and setup Understanding Visio integration
8
COMPARISON
9
2010 VS. 2013 SharePoint 2010 hosted the Workflow Foundation (WF) workflow runtime Tightly coupled workflow to SharePoint 2010 Workflow data kept in SharePoint content databases Challenges: Designed for on-premise deployments (scale) In SharePoint, extending WF meant you had to be a box admin Analytics on current/previous workflow instances hard to acquire Executed in the context of SharePoint as super user Workflow now treated as a service in SharePoint 2013 Moved to Windows Azure Workflow No longer runs in the content farm No longer runs on SharePoint WFE / App servers Harnesses the latest workflow technology from Microsoft Windows Azure Workflow available for on- prem deployments Improves stability, scalability & transparency
10
ARCHITECTURE SharingContentEventsPeople Visual Studio SharePoint Designer SharePoint 2010 WF _API (REST OM) Workflow Services Manager Service Bus InstancesInterop DeploymentMessaging WF Service Application Proxy Workflow Manager OAuth Access Control Workflow Client
11
SHAREPOINT 2013 AND WORKFLOW SERVICE SharingContentEventsPeople Visual Studio SharePoint Designer SharePoint 2010 WF _API (REST OM) Workflow Services Manager Service Bus InstancesInterop DeploymentMessaging WF Service Application Proxy Workflow Manager OAuth Access Control Workflow Client
12
ARCHITECTURE
13
IMPROVEMENTS
16
Introducing “Stages” Provides support for repeating & skipping workflow steps Declarative workflows have loops Loop # times / with condition / with expression Declarative workflows can call REST/SOAP services SharePoint 2010 required developers when: Call SharePoint API Connect & query databases Consume feeds (ATOM / REST) Call Web Services / REST SharePoint 2013 enables workflow authors to do all this declaratively
17
WORKFLOWS IN DESIGNER Improved visual designer Integrated the Visio designer into SharePoint Can switch between visual designer & sentence-style Editable properties helper Stages & Loops Calling REST Web Services Designer supports cut / copy / paste / undo / redo / select-all Improved email editor (rich formatting) Each stage has an entry point & gate Gate: conditional transition point where workflow exits Underlying core in WF4 flow step in a flowchart Can contain multiple steps Mitigates SharePoint Designer loop limitations
18
WORKFLOWS IN VISUAL STUDIO Can create WF 3.5 or WF 4 workflows For WF 4, Azure Workflow required For WF 3.5, see Workflow Interop Bridge… Focus is around declarative workflows Push custom code logic to Web services Programmatic workflows still possible, but only in Windows Azure Workflow Workflow tools: SharePoint Designer & Visual Studio
19
DESIGNER VS VISUAL STUDIO SharePoint DesignerVisual Studio Reusability Create reusable WFCreate WF templates Include in SP App Custom Code Custom Actions Consume, not createYes; underlying activities Visio Integration Debugging
20
INTEROP BRIDGE Enables SharePoint 2010 workflows to work in 2013 Execution engine hosted in SharePoint 2013 Interop bridge: Negotiates between two execution engines (SP2010 & SP2013) Delegates SP2010 workflows to SharePoint from WAWS Invoke SP2010 workflow action from WAWS with InvokeSharePointWorkflow action
21
INTEROP BRIDGE
22
Workflow Backend SharePoint Tasks Instances _API 123 GET /…/web/siteuserinfolist/items?$filter=id eq {0} Site Users POST /…/web/lists(guid'{0}')/reservelistitemid POST /…/web/lists(guid'{0}')/items REST/OData message format Retry on failure Repeatable (idempotent) Create, Read, Update and Delete Merge update with conflict resolution (HTTP ETag) Service Bus
23
Workflow Backend SharePoint Tasks Instances _API 123 Site Users REST/OData message format Retry on failure Repeatable (idempotent) Create, Read, Update and Delete Merge update with conflict resolution (HTTP ETag) Service Bus
24
Workflow Backend SharePoint Tasks Instances _API Site Users Workflow Frontend Service Bus Messages
25
Workflow Backend SharePoint Tasks Instances _API Site Users Workflow Frontend Service Bus Messages
26
Farm Node
27
SP Farm 1 Workflow Cluster SP Farm 2 load balancer Workflow Client Each SP farm targets a different Workflow Manager scope Independent security realms Federated Topology
28
CONFIGURE
32
Register-SPWorkflowService –SPSite “http://sp/sites/awfs”http://sp/sites/awfs –WorkflowHostUri “http://sp:12291” – AllowOAuthHttp
33
DEMO
34
CONTACT @srinisistla blog.srinisistla.com
35
USEFUL DOWNLOADS / LINKS SharePoint Designer 2013 – http://www.microsoft.com/en-us/download/details.aspx?id=35491http://www.microsoft.com/en-us/download/details.aspx?id=35491 What's new in WF in 2013 – http://technet.microsoft.com/en-us/library/jj219638.aspx Getting Started - http://technet.microsoft.com/en-us/library/jj227177.aspx Develop using VS 2012 - http://technet.microsoft.com/en-us/library/jj163199.aspx Setup configure WF Manger - http://technet.microsoft.com/en-us/library/jj163276.aspx Workflow Manager 1.0 - http://technet.microsoft.com/en-us/library/jj193528.aspx
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.