SlideShare uma empresa Scribd logo
1 de 54
Baixar para ler offline
WithumSmith+Brown, PC | BE IN A POSITION OF STRENGTH
1
SM
@pgbhoyar#SharePointFest
Getting Started with Office365/SharePoint Online Designer Workflows
Prashant G Bhoyar
SharePoint Fest Seattle 2017
10 August 2017
WithumSmith+Brown, PC | BE IN A POSITION OF STRENGTH
2
SM
@pgbhoyar#SharePointFest
Who AM I ?
• Born and raised in India
• Came to United States of America in 2007 for studies
• University of Maryland College Park Alumni
• Co-Author of the book “PowerShell for Office 365”
• Technical Reviewer of the book “Pro : SharePoint 2013 Administration”
• Organizer of SharePoint Saturday Baltimore (SPSBMORE)
➢ Save the Date : August 26th 2017
➢ http://www.spsevents.org/city/baltimore/baltimoretecc
• Organizer of SharePoint Saturday DC ( SPSDC )
• Founder and Organizer of DC-Metro Office 365 User Group
➢ Monthly in person & online event
➢ http://www.meetup.com/DC-Metro-Office-365-User-Group/
• Recipient of Antarctic Service Medal
• Microsoft MVP ( Most Valuable Professional)
• Senior Consultant at Withum Smith and Brown PC
➢ Focus on Microsoft Solutions and Services
➢ http://www.portalsolutions.net/
Prashant G Bhoyar
(PGB)
#SharePointFest @pgbhoyar
• 100 Level Session
➢ Contents are applicable for SharePoint 2013 and 2016
On Premise as well
• Architectural Changes in SharePoint Online
workflows
• Enhancements in SharePoint Designer 2013
Workflows
• Key Differences between SharePoint 2013 and
SharePoint 2010 style workflows
• Limitations of SharePoint Designer 2013 Workflows
• Best Practices
• Future??
• Demos
• Key Takeaways
• Q&A
Agenda
Outcome:
Familiarity with
SharePoint Online
Designer
Workflows
Objective: Getting
Started with
SharePoint Online
Designer
Workflows
#SharePointFest @pgbhoyar
#SharePointFest @pgbhoyar
Audience Poll
• How many of you are IT pros?
• How many of you are Developers?
• How many of you are Power Users?
• How many of you are Business Users?
• How many of you are already using SharePoint Designer
2013?
5
#SharePointFest @pgbhoyar
#SharePointFest @pgbhoyar
7
How to get Personal Office 365
Development Tenant?
▪ Sign up for Office 365 Developer
Program at http://dev.office.com/
▪ Get 1 year of Office 365 subscription for
free
▪ Excellent for personal development use
▪ 1 Month Trial
▪ https://products.office.com/en-
us/business/compare-office-365-for-
business-plans
#SharePointFest @pgbhoyar
• Browser
• SharePoint Designer 2013
• Visio 2013
• Visual Studio
2012/2013/2015/2017
• Microsoft Flow
• Microsoft Logic Apps
• Third Party Tool
SharePoint Online
Workflow Tools
#SharePointFest @pgbhoyar
9
• Free download from Microsoft
➢ https://www.microsoft.com/en-
us/download/details.aspx?id=35491
➢ Supported Operating Systems
▪ Windows 10 ,
▪ Windows 7,
▪ Windows 8,
▪ Windows 8.1,
▪ Windows Server 2008 R2,
▪ Windows Server 2012,
▪ Windows Server 2016
How to get SharePoint
Designer 2013?
#SharePointFest @pgbhoyar
#SharePointFest @pgbhoyar
Types of Workflows
Sequential State Machine
• Activities occur in sequence
• On rejection , begin from start
• Simple Business Processes example,
Leave Request
• Activities are not sequential
• Can by pass activities based on
business logic
• Complex business processes
example, Financial Aid
#SharePointFest @pgbhoyar
#SharePointFest @pgbhoyar
Typical SharePoint Workflow Life Cycle
Initiation
• When the workflow is started on list/library item
Running
• User Interaction via tasks ( optional)
• Status page reflects the status of the workflows
Termination • End of workflow instance
Association
• When the workflow is associated with List/Library
#SharePointFest @pgbhoyar
▪ With SharePoint 2013 Microsoft released a new product called “Workflow Manager”
▪ SharePoint 2013 style Workflows are built using Workflow Foundation 4.5 and run out of
SharePoint
▪ There is separate server Product called Workflow manager and is not part of SharePoint
Infrastructure
▪ Communication between Workflow manager and client (SharePoint) occurs using REST API
and Oauth
▪ SharePoint 2013 style Workflows are fully Declarative
▪ SP2013 workflows are no longer compiled into .NET assemblies instead XAML files defines
workflow and their execution
▪ No more custom code
14
SharePoint Online Workflows Architecture
#SharePointFest @pgbhoyar
High Level Architecture of Workflow Infrastructure
15
#SharePointFest @pgbhoyar
How does the workflow run in SharePoint Online?
Workflow
Instance
Starts
SP2010
Style
Workflow?
Use SP2010
Workflow Engine
Use New
Workflow
Manager
Workflow
Instance Executes
Workflow Instance Ends
Workflow
Instance Executes
Yes
No
#SharePointFest @pgbhoyar
17
How to identify SP2010 style and SP2013
style workflows?
▪ List Settings -> Workflow Settings
▪ Site Workflows -> Site Administration
->Workflow Settings
▪ SharePoint Designer 2013 ->
Workflows -> Platform Type
#SharePointFest @pgbhoyar
#SharePointFest @pgbhoyar
DEMO
How to identify SP2010 style and SP2013 style
workflows?
#SharePointFest @pgbhoyar
How to check if Workflow Manager is installed and configured
in SharePoint On Premise 2013 and 2016?
#SharePointFest @pgbhoyar
21
Major Enhancements in SharePoint 2013
Style Workflows
▪ Workflows are Fully Declarative
▪ SP2013 style workflows can call
SP2010 style workflows
▪ SP2010 workflows created using SPD
2010 will continue to work in
SharePoint Online but will not be
upgraded to SP2013 style workflows
▪ Option of manual upgrade 
#SharePointFest @pgbhoyar
22
SharePoint 2013 Workflows Associations
▪ List/Libraries
▪ No Content Types
▪ Solution : Check the content type
column and then initiate the workflow
▪ Sites
▪ SPD 2013 Workflows
▪ Visual Studio Workflows
#SharePointFest @pgbhoyar
23
SharePoint Online OOTB Workflows
▪ No new additions
▪ Approval - SharePoint 2010
▪ Collect Feedback - SharePoint 2010
▪ Collect Signatures - SharePoint 2010
▪ Disposition Approval
▪ Three-State
Note: Uses SharePoint 2010 Workflow Host
#SharePointFest @pgbhoyar
24
Major Enhancements in SharePoint 2013
Designer Workflows
▪ A visual Workflow development
experience that uses Visio 2013
▪ New Actions for creating a task and
starting a task
▪ A new Dictionary data type for working
with complex data type
▪ New workflow building blocks such as
Stage, Loop, and App Step
▪ A new action that enables no-code web
service calls from within a workflow
#SharePointFest @pgbhoyar
25
Improved Workflow Logic & Control
SharePoint 2013 Designer
▪ Stages – Can create State Machine
workflows using Stages
▪ Loop : Repeat one or more actions a
specified number of times
▪ SP2010 Workflow Re-Use: SPD2013
enables starting an existing SP2010
workflow, including passing initiation
parameters.
#SharePointFest @pgbhoyar
SharePoint 2010 & 2013 style workflows Designer
2013
2010
#SharePointFest @pgbhoyar
SharePoint 2013 style workflows Visual Designer
#SharePointFest @pgbhoyar
SharePoint 2013 style workflows Stages
#SharePointFest @pgbhoyar
SharePoint 2013 style workflows Loops
#SharePointFest @pgbhoyar
New Workflow Activities & Actions
New Actions & Activities
Microsoft Project Specific
Actions
Assign a Task Get Property from
[Dictionary/DynamicValue]
Create a Project from Current Item
Start a Task Process Count Items in
[Dictionary/DynamicValue]
Set the current project stage status
to this value
Go to This Stage Trim String Set the status field in the idea list
item to this value
Call HTTP Web Service Find Substring in String Wait for Project Event
Start a List Workflow Replace Substring in String Set this field in the project to this
value
Start a Site Workflow Translate Document
Build [Dictionary/DynamicValue] Set Workflow Status
#SharePointFest @pgbhoyar
Example of fairly advanced workflow
http://sharepoint-videos.com/pull-info-from-a-blogs-rss-feed-using-sharepoint-designer-2013-workflow/
Example of using:
• Stage
• Loop
• Web service
• Workflow variables
• Dictionary variable
• XML to JSON
• Calculation
• Creating items
#SharePointFest @pgbhoyar
Visualization Option is remove in SharePoint 2013 Designer workflows
• Only available in OOTB Workflows
#SharePointFest @pgbhoyar
Copying a workflow to another List or Site
• Save as workflow template
• Export to Visio
• Copy / Paste stages
#SharePointFest @pgbhoyar
Packaging a workflow
• SharePoint Designer 2010:
• Only reusable workflows can be packaged
• SharePoint Designer 2013:
• List workflows, Reusable workflows and Site workflows
can all be packaged as a wsp
#SharePointFest @pgbhoyar
#SharePointFest @pgbhoyar
Key Differences between SP2013 & SP2010 Style Workflows
SharePoint 2010 Style Workflows SharePoint 2013 Style Workflows
• Uses SharePoint 2010 Workflow Host
• Impersonation Step
• OOTB Visualization of Workflows
• No loops, stages in Designer WFs
• Custom task forms are InfoPath forms
• Can capture Approval comments OOTB
• Uses Workflow Manager
• App Step
• Need to create custom solution
• Looping, stages are present
• Custom task forms are .aspx pages
• Need to implement custom solution
#SharePointFest @pgbhoyar
#SharePointFest @pgbhoyar
#SharePointFest @pgbhoyar
39
• Naming Convention for Custom Workflows
➢ Use the naming convention that works best for you
and your organization
➢ For example, “List or Library + List or Library Name +
Purpose”
• Use logging-
➢ “Log to History List”
• Create new tasks list and history lists for
each workflows and try to avoid using the
OOTB history list and workflow tasks list
➢ To create the new tasks list and history list, we can use
▪ Workflow Settings page
▪ SharePoint UI
Best Practices
#SharePointFest @pgbhoyar
40
• Use SharePoint groups to assign the
tasks/send emails instead of individual
users
• Don’t create the variable if you don’t
have to
➢ 50 is the limit
• Do not modify the OOTB global
workflows
➢ Create copy and then modify
• A lot more during tomorrow’s WF202
session..☺
Best Practices
#SharePointFest @pgbhoyar
41
Limitations of SharePoint 2013 Designer
Workflows
▪ We can not start workflows on delete
event
▪ 50 variable limit
▪ No source control for SPD workflows
▪ String functions are limited
▪ Can not deploy workflows as SharePoint
Apps
▪ For advance implementations you may
need to involve developers/architects
#SharePointFest @pgbhoyar
#SharePointFest @pgbhoyar
Recent Announcements
• There will NOT be SharePoint Designer 2016
➢ http://sharepoint-community.net/forum/topics/what-s-happening-to-sharepoint-designer-in-
sharepoint-2016-is-it
➢ SharePoint 2013 Designer will be supported till 2026
• Microsoft Flow
➢ https://powerapps.microsoft.com/en-us/blog/introducing-microsoft-flow-and-announcing-the-
public-preview-of-powerapps/
43
#SharePointFest @pgbhoyar
What does this mean?
• SharePoint Workflows most probably will have same fate as
InfoPath forms services
➢ Microsoft will continue to support
➢ No future enhancements
• Time to explore other options
➢ Microsoft Flow
▪ https://flow.microsoft.com
➢ Logic Apps
▪ https://azure.microsoft.com/en-us/services/logic-apps/
➢ Visual Studio Workflows
▪ Can deploy them only as “App”
➢ Other Third Party Products
44
#SharePointFest @pgbhoyar
#SharePointFest @pgbhoyar
Which one to use?
• I recommend
➢ Flow
➢ SharePoint 2013 Style Workflows
➢ SharePoint 2010 Style Workflows
46
#SharePointFest @pgbhoyar
#SharePointFest @pgbhoyar
Recap
• Architectural Changes in SharePoint Online workflows
• Enhancements in SharePoint Designer 2013 Workflows
• Key Differences between SharePoint 2013 and SharePoint
2010 style workflows
• Limitations of SharePoint Designer 2013 Workflows
• Best Practices
• Future
48
#SharePointFest @pgbhoyar
Other SPFest Seattle 2017 Workflow Sessions
• WF 104 - Transition Your SharePoint Designer Workflows to
Microsoft Flow
• WF 201 - Best practices for automating business processes in
SharePoint
• WF 202 - Future Proofing Your Workflow Investment: How to
develop maintainable custom workflows in Office
365/SharePoint Online
• WF 203 - Advanced SharePoint Designer 2013 Workflows
• WF 204 - Business Process Automation: Advanced Workflow
Solutions
49
#SharePointFest @pgbhoyar
Key Takeaways
• Hopefully the contents we covered today made you to explore
SharePoint Designer 2013 workflows and you will go home
and play with it ☺
• Sign up for Developer Program using https://dev.office.com/
• Keep track of new features getting added to Microsoft Flow
➢ https://flow.microsoft.com/en-us/blog/
#SharePointFest @pgbhoyar
Q&A
#SharePointFest @pgbhoyar
References
Appendix/Resources
MSDN/TechNet:
http://msdn.microsoft.com/en-us/library/office/jj163181(v=office.15).aspx
https://dev.office.com/sharepoint/docs/general-development/sharepoint-workflow-
fundamentals
https://technet.microsoft.com/en-us/library/jj227177.aspx
https://flow.microsoft.com/en-us/blog/
Training Videos (Paid):
http://www.Pluralsight.com
#SharePointFest @pgbhoyar
Surveys
Feedback Please!
Session Surveys via Event App
Select “Schedule” -> Select Session
-> Scroll to “Session Survey”
Learn from the Top SharePoint Experts
WWW.SHAREPOINTFEST.COM
#SharePointFest @pgbhoyar
Questions? Feedback? Contact me:
▪ Twitter: @PGBhoyar
▪ Blog: http://pgbhoyar.com
▪ Email: pgbhoyar@gmail.com
▪ Slides: https://www.slideshare.net/pgbhoyar
▪ Feedback : Please provide feedback
▪ Session Evaluation – Event App
▪ Email or
▪ Anonymous Suggestions: https://www.suggestionox.com/r/pgb
Thank You
Organizers, Sponsors and You for Making this Possible.

Mais conteĂşdo relacionado

Mais procurados

Getting Started With SharePoint REST API in Nintex Workflows for Office 365 I...
Getting Started With SharePoint REST API in Nintex Workflows for Office 365 I...Getting Started With SharePoint REST API in Nintex Workflows for Office 365 I...
Getting Started With SharePoint REST API in Nintex Workflows for Office 365 I...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)
 
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechCon
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechConWhat’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechCon
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechConSPTechCon
 
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
 
Creating SharePoint 2013 Workflows
Creating SharePoint 2013 WorkflowsCreating SharePoint 2013 Workflows
Creating SharePoint 2013 WorkflowsSPC Adriatics
 
Workflow in SharePoint 2013
Workflow in SharePoint 2013Workflow in SharePoint 2013
Workflow in SharePoint 2013MJ Ferdous
 
Share point 2013 features Workflow
Share point 2013 features WorkflowShare point 2013 features Workflow
Share point 2013 features WorkflowRaghu Raja
 
Share point workflow presentation
Share point workflow presentationShare point workflow presentation
Share point workflow presentationWyngate Solutions
 
SharePoint Server 2013 Workflows
SharePoint Server 2013 WorkflowsSharePoint Server 2013 Workflows
SharePoint Server 2013 WorkflowsSPC Adriatics
 
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
 
SharePoint 2013 Workflow from K2
SharePoint 2013 Workflow from K2SharePoint 2013 Workflow from K2
SharePoint 2013 Workflow from K2K2
 
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
 
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
 
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
 
Penny coventry auto-bp-spsbe31
Penny coventry auto-bp-spsbe31Penny coventry auto-bp-spsbe31
Penny coventry auto-bp-spsbe31BIWUG
 
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
 
Share Point 2010 Workflow
Share Point 2010 WorkflowShare Point 2010 Workflow
Share Point 2010 WorkflowPhuong Nguyen
 
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
 

Mais procurados (20)

Getting Started With SharePoint REST API in Nintex Workflows for Office 365 I...
Getting Started With SharePoint REST API in Nintex Workflows for Office 365 I...Getting Started With SharePoint REST API in Nintex Workflows for Office 365 I...
Getting Started With SharePoint REST API in Nintex Workflows for Office 365 I...
 
Getting started with SharePoint 2013 Workflows
Getting started with SharePoint 2013 WorkflowsGetting started with SharePoint 2013 Workflows
Getting started with SharePoint 2013 Workflows
 
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
 
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechCon
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechConWhat’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechCon
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechCon
 
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
 
Creating SharePoint 2013 Workflows
Creating SharePoint 2013 WorkflowsCreating SharePoint 2013 Workflows
Creating SharePoint 2013 Workflows
 
Workflow in SharePoint 2013
Workflow in SharePoint 2013Workflow in SharePoint 2013
Workflow in SharePoint 2013
 
Share point 2013 features Workflow
Share point 2013 features WorkflowShare point 2013 features Workflow
Share point 2013 features Workflow
 
Share point workflow presentation
Share point workflow presentationShare point workflow presentation
Share point workflow presentation
 
SharePoint Server 2013 Workflows
SharePoint Server 2013 WorkflowsSharePoint Server 2013 Workflows
SharePoint Server 2013 Workflows
 
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
 
SharePoint 2013 Workflow from K2
SharePoint 2013 Workflow from K2SharePoint 2013 Workflow from K2
SharePoint 2013 Workflow from K2
 
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
 
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
 
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
 
Penny coventry auto-bp-spsbe31
Penny coventry auto-bp-spsbe31Penny coventry auto-bp-spsbe31
Penny coventry auto-bp-spsbe31
 
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...
 
Share Point 2010 Workflow
Share Point 2010 WorkflowShare Point 2010 Workflow
Share Point 2010 Workflow
 
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...
 

Semelhante a SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online designer workflows

Getting started with Office 365 SharePoint Online Workflows : SharePoint Fest...
Getting started with Office 365 SharePoint Online Workflows : SharePoint Fest...Getting started with Office 365 SharePoint Online Workflows : SharePoint Fest...
Getting started with Office 365 SharePoint Online Workflows : SharePoint Fest...Prashant G Bhoyar (Microsoft MVP)
 
Writing Futuristic Workflows in Office 365 SharePoint On Prem 2013 2016 - SPT...
Writing Futuristic Workflows in Office 365 SharePoint On Prem 2013 2016 - SPT...Writing Futuristic Workflows in Office 365 SharePoint On Prem 2013 2016 - SPT...
Writing Futuristic Workflows in Office 365 SharePoint On Prem 2013 2016 - SPT...Prashant G Bhoyar (Microsoft MVP)
 
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
 
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
 
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
 
Getting Started with SharePoint REST APIs in Custom Sharepoint Workflows - SP...
Getting Started with SharePoint REST APIs in Custom Sharepoint Workflows - SP...Getting Started with SharePoint REST APIs in Custom Sharepoint Workflows - SP...
Getting Started with SharePoint REST APIs in Custom Sharepoint Workflows - SP...Prashant G Bhoyar (Microsoft MVP)
 
PWR 106 Business Process Automation for SharePoint
PWR 106 Business Process Automation for SharePointPWR 106 Business Process Automation for SharePoint
PWR 106 Business Process Automation for SharePointWilliam Huneycutt, II
 
Knut wf 203 get started with designer workflows
Knut wf 203   get started with designer workflowsKnut wf 203   get started with designer workflows
Knut wf 203 get started with designer workflowsKnut Relbe-Moe [MVP, MCT]
 
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
 
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
 
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
 
SPS Houston Business Process Automation for SharePoint
SPS Houston Business Process Automation for SharePointSPS Houston Business Process Automation for SharePoint
SPS Houston Business Process Automation for SharePointWilliam Huneycutt, II
 
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
 
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014Asif Rehmani
 
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
 
Tri-State SharePoint July 2016
Tri-State SharePoint July 2016Tri-State SharePoint July 2016
Tri-State SharePoint July 2016Jennifer Kenderdine
 
WF 202 Advanced Workflow Solutions
WF 202 Advanced Workflow Solutions WF 202 Advanced Workflow Solutions
WF 202 Advanced Workflow Solutions William Huneycutt, II
 
Introduction to SharePoint Workflow
Introduction to SharePoint WorkflowIntroduction to SharePoint Workflow
Introduction to SharePoint WorkflowNIFTIT
 
Introduction to SharePoint 2013 Out of the box Webparts
Introduction to SharePoint 2013 Out of the box WebpartsIntroduction to SharePoint 2013 Out of the box Webparts
Introduction to SharePoint 2013 Out of the box WebpartsPrashant G Bhoyar (Microsoft MVP)
 
Practical Tips for Migrating SharePoint Customizations to Office 365
Practical Tips for Migrating SharePoint Customizations to Office 365Practical Tips for Migrating SharePoint Customizations to Office 365
Practical Tips for Migrating SharePoint Customizations to Office 365Haniel Croitoru
 

Semelhante a SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online designer workflows (20)

Getting started with Office 365 SharePoint Online Workflows : SharePoint Fest...
Getting started with Office 365 SharePoint Online Workflows : SharePoint Fest...Getting started with Office 365 SharePoint Online Workflows : SharePoint Fest...
Getting started with Office 365 SharePoint Online Workflows : SharePoint Fest...
 
Writing Futuristic Workflows in Office 365 SharePoint On Prem 2013 2016 - SPT...
Writing Futuristic Workflows in Office 365 SharePoint On Prem 2013 2016 - SPT...Writing Futuristic Workflows in Office 365 SharePoint On Prem 2013 2016 - SPT...
Writing Futuristic Workflows in Office 365 SharePoint On Prem 2013 2016 - SPT...
 
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
 
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
 
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
 
Getting Started with SharePoint REST APIs in Custom Sharepoint Workflows - SP...
Getting Started with SharePoint REST APIs in Custom Sharepoint Workflows - SP...Getting Started with SharePoint REST APIs in Custom Sharepoint Workflows - SP...
Getting Started with SharePoint REST APIs in Custom Sharepoint Workflows - SP...
 
PWR 106 Business Process Automation for SharePoint
PWR 106 Business Process Automation for SharePointPWR 106 Business Process Automation for SharePoint
PWR 106 Business Process Automation for SharePoint
 
Knut wf 203 get started with designer workflows
Knut wf 203   get started with designer workflowsKnut wf 203   get started with designer workflows
Knut wf 203 get started with designer workflows
 
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
 
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...
 
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...
 
SPS Houston Business Process Automation for SharePoint
SPS Houston Business Process Automation for SharePointSPS Houston Business Process Automation for SharePoint
SPS Houston Business Process Automation for SharePoint
 
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
 
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
 
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
 
Tri-State SharePoint July 2016
Tri-State SharePoint July 2016Tri-State SharePoint July 2016
Tri-State SharePoint July 2016
 
WF 202 Advanced Workflow Solutions
WF 202 Advanced Workflow Solutions WF 202 Advanced Workflow Solutions
WF 202 Advanced Workflow Solutions
 
Introduction to SharePoint Workflow
Introduction to SharePoint WorkflowIntroduction to SharePoint Workflow
Introduction to SharePoint Workflow
 
Introduction to SharePoint 2013 Out of the box Webparts
Introduction to SharePoint 2013 Out of the box WebpartsIntroduction to SharePoint 2013 Out of the box Webparts
Introduction to SharePoint 2013 Out of the box Webparts
 
Practical Tips for Migrating SharePoint Customizations to Office 365
Practical Tips for Migrating SharePoint Customizations to Office 365Practical Tips for Migrating SharePoint Customizations to Office 365
Practical Tips for Migrating SharePoint Customizations to Office 365
 

Mais de Prashant G Bhoyar (Microsoft MVP)

Building Intelligent bots using microsoft bot framework and cognitive service...
Building Intelligent bots using microsoft bot framework and cognitive service...Building Intelligent bots using microsoft bot framework and cognitive service...
Building Intelligent bots using microsoft bot framework and cognitive service...Prashant G Bhoyar (Microsoft MVP)
 
Microsoft Flow for SharePoint Designer Workflow Professionals-SPFestDC2019
Microsoft Flow for SharePoint Designer Workflow Professionals-SPFestDC2019Microsoft Flow for SharePoint Designer Workflow Professionals-SPFestDC2019
Microsoft Flow for SharePoint Designer Workflow Professionals-SPFestDC2019Prashant G Bhoyar (Microsoft MVP)
 
Getting Started with SharePoint Patterns and Practices Provisioning Engine-SP...
Getting Started with SharePoint Patterns and Practices Provisioning Engine-SP...Getting Started with SharePoint Patterns and Practices Provisioning Engine-SP...
Getting Started with SharePoint Patterns and Practices Provisioning Engine-SP...Prashant G Bhoyar (Microsoft MVP)
 
Microsoft Bot Framework for SharePoint Developers-SPFestDC2019
Microsoft Bot Framework for SharePoint Developers-SPFestDC2019Microsoft Bot Framework for SharePoint Developers-SPFestDC2019
Microsoft Bot Framework for SharePoint Developers-SPFestDC2019Prashant G Bhoyar (Microsoft MVP)
 
Azure Active Directory (Azure AD) for office 365 Developers : SPFestDC 2019
Azure Active Directory (Azure AD) for office 365 Developers : SPFestDC 2019Azure Active Directory (Azure AD) for office 365 Developers : SPFestDC 2019
Azure Active Directory (Azure AD) for office 365 Developers : SPFestDC 2019Prashant G Bhoyar (Microsoft MVP)
 
Introduction to AI and Cognitive Services For Microsoft 365 Developers and In...
Introduction to AI and Cognitive Services For Microsoft 365 Developers and In...Introduction to AI and Cognitive Services For Microsoft 365 Developers and In...
Introduction to AI and Cognitive Services For Microsoft 365 Developers and In...Prashant G Bhoyar (Microsoft MVP)
 
Introduction to AI and Cognitive Services for O365 Devs Azure Bootcamp Reston
Introduction to AI and Cognitive Services for O365 Devs Azure Bootcamp RestonIntroduction to AI and Cognitive Services for O365 Devs Azure Bootcamp Reston
Introduction to AI and Cognitive Services for O365 Devs Azure Bootcamp RestonPrashant G Bhoyar (Microsoft MVP)
 
Azure Active Directory for Office 365 Developers SPFEST DC 2018
Azure Active Directory for Office 365 Developers SPFEST DC 2018Azure Active Directory for Office 365 Developers SPFEST DC 2018
Azure Active Directory for Office 365 Developers SPFEST DC 2018Prashant G Bhoyar (Microsoft MVP)
 
Getting started with Microsoft Graph APIs SP FEST DC 2018
Getting started with Microsoft Graph APIs SP FEST DC 2018Getting started with Microsoft Graph APIs SP FEST DC 2018
Getting started with Microsoft Graph APIs SP FEST DC 2018Prashant G Bhoyar (Microsoft MVP)
 
Introduction to AI and Cognitive Services for Office 365 Developers SPFest DC...
Introduction to AI and Cognitive Services for Office 365 Developers SPFest DC...Introduction to AI and Cognitive Services for Office 365 Developers SPFest DC...
Introduction to AI and Cognitive Services for Office 365 Developers SPFest DC...Prashant G Bhoyar (Microsoft MVP)
 
Building Business Applications for Office 365 SharePoint Online using Azure M...
Building Business Applications for Office 365 SharePoint Online using Azure M...Building Business Applications for Office 365 SharePoint Online using Azure M...
Building Business Applications for Office 365 SharePoint Online using Azure M...Prashant G Bhoyar (Microsoft MVP)
 
Getting Started with Office 365 Developers Patterns and Practices Provisionin...
Getting Started with Office 365 Developers Patterns and Practices Provisionin...Getting Started with Office 365 Developers Patterns and Practices Provisionin...
Getting Started with Office 365 Developers Patterns and Practices Provisionin...Prashant G Bhoyar (Microsoft MVP)
 
Getting Started with Microsoft Graph API SPTechCon Washington DC 2017
Getting Started with Microsoft Graph API SPTechCon Washington DC 2017Getting Started with Microsoft Graph API SPTechCon Washington DC 2017
Getting Started with Microsoft Graph API SPTechCon Washington DC 2017Prashant G Bhoyar (Microsoft MVP)
 
Getting started with SharePoint REST API in custom SharePoint workflows Resto...
Getting started with SharePoint REST API in custom SharePoint workflows Resto...Getting started with SharePoint REST API in custom SharePoint workflows Resto...
Getting started with SharePoint REST API in custom SharePoint workflows Resto...Prashant G Bhoyar (Microsoft MVP)
 
SPEngage Raleigh 2017 Azure Active Directory For Office 365 Developers
SPEngage Raleigh 2017 Azure Active Directory For Office 365 DevelopersSPEngage Raleigh 2017 Azure Active Directory For Office 365 Developers
SPEngage Raleigh 2017 Azure Active Directory For Office 365 DevelopersPrashant G Bhoyar (Microsoft MVP)
 
Getting started with Content Deployment in SharePoint 2013
Getting started with Content Deployment in SharePoint 2013Getting started with Content Deployment in SharePoint 2013
Getting started with Content Deployment in SharePoint 2013Prashant G Bhoyar (Microsoft MVP)
 
Getting started with content deployment in share point 2013 SPBizConf 2015
Getting started with content deployment in share point 2013 SPBizConf 2015Getting started with content deployment in share point 2013 SPBizConf 2015
Getting started with content deployment in share point 2013 SPBizConf 2015Prashant G Bhoyar (Microsoft MVP)
 

Mais de Prashant G Bhoyar (Microsoft MVP) (18)

Building Intelligent bots using microsoft bot framework and cognitive service...
Building Intelligent bots using microsoft bot framework and cognitive service...Building Intelligent bots using microsoft bot framework and cognitive service...
Building Intelligent bots using microsoft bot framework and cognitive service...
 
Microsoft Flow for SharePoint Designer Workflow Professionals-SPFestDC2019
Microsoft Flow for SharePoint Designer Workflow Professionals-SPFestDC2019Microsoft Flow for SharePoint Designer Workflow Professionals-SPFestDC2019
Microsoft Flow for SharePoint Designer Workflow Professionals-SPFestDC2019
 
Getting Started with SharePoint Patterns and Practices Provisioning Engine-SP...
Getting Started with SharePoint Patterns and Practices Provisioning Engine-SP...Getting Started with SharePoint Patterns and Practices Provisioning Engine-SP...
Getting Started with SharePoint Patterns and Practices Provisioning Engine-SP...
 
Microsoft Bot Framework for SharePoint Developers-SPFestDC2019
Microsoft Bot Framework for SharePoint Developers-SPFestDC2019Microsoft Bot Framework for SharePoint Developers-SPFestDC2019
Microsoft Bot Framework for SharePoint Developers-SPFestDC2019
 
Azure Active Directory (Azure AD) for office 365 Developers : SPFestDC 2019
Azure Active Directory (Azure AD) for office 365 Developers : SPFestDC 2019Azure Active Directory (Azure AD) for office 365 Developers : SPFestDC 2019
Azure Active Directory (Azure AD) for office 365 Developers : SPFestDC 2019
 
Microsoft Flow For Developers
Microsoft Flow For DevelopersMicrosoft Flow For Developers
Microsoft Flow For Developers
 
Introduction to AI and Cognitive Services For Microsoft 365 Developers and In...
Introduction to AI and Cognitive Services For Microsoft 365 Developers and In...Introduction to AI and Cognitive Services For Microsoft 365 Developers and In...
Introduction to AI and Cognitive Services For Microsoft 365 Developers and In...
 
Introduction to AI and Cognitive Services for O365 Devs Azure Bootcamp Reston
Introduction to AI and Cognitive Services for O365 Devs Azure Bootcamp RestonIntroduction to AI and Cognitive Services for O365 Devs Azure Bootcamp Reston
Introduction to AI and Cognitive Services for O365 Devs Azure Bootcamp Reston
 
Azure Active Directory for Office 365 Developers SPFEST DC 2018
Azure Active Directory for Office 365 Developers SPFEST DC 2018Azure Active Directory for Office 365 Developers SPFEST DC 2018
Azure Active Directory for Office 365 Developers SPFEST DC 2018
 
Getting started with Microsoft Graph APIs SP FEST DC 2018
Getting started with Microsoft Graph APIs SP FEST DC 2018Getting started with Microsoft Graph APIs SP FEST DC 2018
Getting started with Microsoft Graph APIs SP FEST DC 2018
 
Introduction to AI and Cognitive Services for Office 365 Developers SPFest DC...
Introduction to AI and Cognitive Services for Office 365 Developers SPFest DC...Introduction to AI and Cognitive Services for Office 365 Developers SPFest DC...
Introduction to AI and Cognitive Services for Office 365 Developers SPFest DC...
 
Building Business Applications for Office 365 SharePoint Online using Azure M...
Building Business Applications for Office 365 SharePoint Online using Azure M...Building Business Applications for Office 365 SharePoint Online using Azure M...
Building Business Applications for Office 365 SharePoint Online using Azure M...
 
Getting Started with Office 365 Developers Patterns and Practices Provisionin...
Getting Started with Office 365 Developers Patterns and Practices Provisionin...Getting Started with Office 365 Developers Patterns and Practices Provisionin...
Getting Started with Office 365 Developers Patterns and Practices Provisionin...
 
Getting Started with Microsoft Graph API SPTechCon Washington DC 2017
Getting Started with Microsoft Graph API SPTechCon Washington DC 2017Getting Started with Microsoft Graph API SPTechCon Washington DC 2017
Getting Started with Microsoft Graph API SPTechCon Washington DC 2017
 
Getting started with SharePoint REST API in custom SharePoint workflows Resto...
Getting started with SharePoint REST API in custom SharePoint workflows Resto...Getting started with SharePoint REST API in custom SharePoint workflows Resto...
Getting started with SharePoint REST API in custom SharePoint workflows Resto...
 
SPEngage Raleigh 2017 Azure Active Directory For Office 365 Developers
SPEngage Raleigh 2017 Azure Active Directory For Office 365 DevelopersSPEngage Raleigh 2017 Azure Active Directory For Office 365 Developers
SPEngage Raleigh 2017 Azure Active Directory For Office 365 Developers
 
Getting started with Content Deployment in SharePoint 2013
Getting started with Content Deployment in SharePoint 2013Getting started with Content Deployment in SharePoint 2013
Getting started with Content Deployment in SharePoint 2013
 
Getting started with content deployment in share point 2013 SPBizConf 2015
Getting started with content deployment in share point 2013 SPBizConf 2015Getting started with content deployment in share point 2013 SPBizConf 2015
Getting started with content deployment in share point 2013 SPBizConf 2015
 

Último

AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...software pro Development
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto GonzĂĄlez Trastoy
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdfPearlKirahMaeRagusta1
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfWilly Marroquin (WillyDevNET)
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfproinshot.com
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 

Último (20)

AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 

SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online designer workflows

  • 1. WithumSmith+Brown, PC | BE IN A POSITION OF STRENGTH 1 SM @pgbhoyar#SharePointFest Getting Started with Office365/SharePoint Online Designer Workflows Prashant G Bhoyar SharePoint Fest Seattle 2017 10 August 2017
  • 2. WithumSmith+Brown, PC | BE IN A POSITION OF STRENGTH 2 SM @pgbhoyar#SharePointFest Who AM I ? • Born and raised in India • Came to United States of America in 2007 for studies • University of Maryland College Park Alumni • Co-Author of the book “PowerShell for Office 365” • Technical Reviewer of the book “Pro : SharePoint 2013 Administration” • Organizer of SharePoint Saturday Baltimore (SPSBMORE) ➢ Save the Date : August 26th 2017 ➢ http://www.spsevents.org/city/baltimore/baltimoretecc • Organizer of SharePoint Saturday DC ( SPSDC ) • Founder and Organizer of DC-Metro Office 365 User Group ➢ Monthly in person & online event ➢ http://www.meetup.com/DC-Metro-Office-365-User-Group/ • Recipient of Antarctic Service Medal • Microsoft MVP ( Most Valuable Professional) • Senior Consultant at Withum Smith and Brown PC ➢ Focus on Microsoft Solutions and Services ➢ http://www.portalsolutions.net/ Prashant G Bhoyar (PGB)
  • 3. #SharePointFest @pgbhoyar • 100 Level Session ➢ Contents are applicable for SharePoint 2013 and 2016 On Premise as well • Architectural Changes in SharePoint Online workflows • Enhancements in SharePoint Designer 2013 Workflows • Key Differences between SharePoint 2013 and SharePoint 2010 style workflows • Limitations of SharePoint Designer 2013 Workflows • Best Practices • Future?? • Demos • Key Takeaways • Q&A Agenda Outcome: Familiarity with SharePoint Online Designer Workflows Objective: Getting Started with SharePoint Online Designer Workflows
  • 5. #SharePointFest @pgbhoyar Audience Poll • How many of you are IT pros? • How many of you are Developers? • How many of you are Power Users? • How many of you are Business Users? • How many of you are already using SharePoint Designer 2013? 5
  • 7. #SharePointFest @pgbhoyar 7 How to get Personal Office 365 Development Tenant? ▪ Sign up for Office 365 Developer Program at http://dev.office.com/ ▪ Get 1 year of Office 365 subscription for free ▪ Excellent for personal development use ▪ 1 Month Trial ▪ https://products.office.com/en- us/business/compare-office-365-for- business-plans
  • 8. #SharePointFest @pgbhoyar • Browser • SharePoint Designer 2013 • Visio 2013 • Visual Studio 2012/2013/2015/2017 • Microsoft Flow • Microsoft Logic Apps • Third Party Tool SharePoint Online Workflow Tools
  • 9. #SharePointFest @pgbhoyar 9 • Free download from Microsoft ➢ https://www.microsoft.com/en- us/download/details.aspx?id=35491 ➢ Supported Operating Systems ▪ Windows 10 , ▪ Windows 7, ▪ Windows 8, ▪ Windows 8.1, ▪ Windows Server 2008 R2, ▪ Windows Server 2012, ▪ Windows Server 2016 How to get SharePoint Designer 2013?
  • 11. #SharePointFest @pgbhoyar Types of Workflows Sequential State Machine • Activities occur in sequence • On rejection , begin from start • Simple Business Processes example, Leave Request • Activities are not sequential • Can by pass activities based on business logic • Complex business processes example, Financial Aid
  • 13. #SharePointFest @pgbhoyar Typical SharePoint Workflow Life Cycle Initiation • When the workflow is started on list/library item Running • User Interaction via tasks ( optional) • Status page reflects the status of the workflows Termination • End of workflow instance Association • When the workflow is associated with List/Library
  • 14. #SharePointFest @pgbhoyar ▪ With SharePoint 2013 Microsoft released a new product called “Workflow Manager” ▪ SharePoint 2013 style Workflows are built using Workflow Foundation 4.5 and run out of SharePoint ▪ There is separate server Product called Workflow manager and is not part of SharePoint Infrastructure ▪ Communication between Workflow manager and client (SharePoint) occurs using REST API and Oauth ▪ SharePoint 2013 style Workflows are fully Declarative ▪ SP2013 workflows are no longer compiled into .NET assemblies instead XAML files defines workflow and their execution ▪ No more custom code 14 SharePoint Online Workflows Architecture
  • 15. #SharePointFest @pgbhoyar High Level Architecture of Workflow Infrastructure 15
  • 16. #SharePointFest @pgbhoyar How does the workflow run in SharePoint Online? Workflow Instance Starts SP2010 Style Workflow? Use SP2010 Workflow Engine Use New Workflow Manager Workflow Instance Executes Workflow Instance Ends Workflow Instance Executes Yes No
  • 17. #SharePointFest @pgbhoyar 17 How to identify SP2010 style and SP2013 style workflows? ▪ List Settings -> Workflow Settings ▪ Site Workflows -> Site Administration ->Workflow Settings ▪ SharePoint Designer 2013 -> Workflows -> Platform Type
  • 19. #SharePointFest @pgbhoyar DEMO How to identify SP2010 style and SP2013 style workflows?
  • 20. #SharePointFest @pgbhoyar How to check if Workflow Manager is installed and configured in SharePoint On Premise 2013 and 2016?
  • 21. #SharePointFest @pgbhoyar 21 Major Enhancements in SharePoint 2013 Style Workflows ▪ Workflows are Fully Declarative ▪ SP2013 style workflows can call SP2010 style workflows ▪ SP2010 workflows created using SPD 2010 will continue to work in SharePoint Online but will not be upgraded to SP2013 style workflows ▪ Option of manual upgrade 
  • 22. #SharePointFest @pgbhoyar 22 SharePoint 2013 Workflows Associations ▪ List/Libraries ▪ No Content Types ▪ Solution : Check the content type column and then initiate the workflow ▪ Sites ▪ SPD 2013 Workflows ▪ Visual Studio Workflows
  • 23. #SharePointFest @pgbhoyar 23 SharePoint Online OOTB Workflows ▪ No new additions ▪ Approval - SharePoint 2010 ▪ Collect Feedback - SharePoint 2010 ▪ Collect Signatures - SharePoint 2010 ▪ Disposition Approval ▪ Three-State Note: Uses SharePoint 2010 Workflow Host
  • 24. #SharePointFest @pgbhoyar 24 Major Enhancements in SharePoint 2013 Designer Workflows ▪ A visual Workflow development experience that uses Visio 2013 ▪ New Actions for creating a task and starting a task ▪ A new Dictionary data type for working with complex data type ▪ New workflow building blocks such as Stage, Loop, and App Step ▪ A new action that enables no-code web service calls from within a workflow
  • 25. #SharePointFest @pgbhoyar 25 Improved Workflow Logic & Control SharePoint 2013 Designer ▪ Stages – Can create State Machine workflows using Stages ▪ Loop : Repeat one or more actions a specified number of times ▪ SP2010 Workflow Re-Use: SPD2013 enables starting an existing SP2010 workflow, including passing initiation parameters.
  • 26. #SharePointFest @pgbhoyar SharePoint 2010 & 2013 style workflows Designer 2013 2010
  • 27. #SharePointFest @pgbhoyar SharePoint 2013 style workflows Visual Designer
  • 30. #SharePointFest @pgbhoyar New Workflow Activities & Actions New Actions & Activities Microsoft Project Specific Actions Assign a Task Get Property from [Dictionary/DynamicValue] Create a Project from Current Item Start a Task Process Count Items in [Dictionary/DynamicValue] Set the current project stage status to this value Go to This Stage Trim String Set the status field in the idea list item to this value Call HTTP Web Service Find Substring in String Wait for Project Event Start a List Workflow Replace Substring in String Set this field in the project to this value Start a Site Workflow Translate Document Build [Dictionary/DynamicValue] Set Workflow Status
  • 31. #SharePointFest @pgbhoyar Example of fairly advanced workflow http://sharepoint-videos.com/pull-info-from-a-blogs-rss-feed-using-sharepoint-designer-2013-workflow/ Example of using: • Stage • Loop • Web service • Workflow variables • Dictionary variable • XML to JSON • Calculation • Creating items
  • 32. #SharePointFest @pgbhoyar Visualization Option is remove in SharePoint 2013 Designer workflows • Only available in OOTB Workflows
  • 33. #SharePointFest @pgbhoyar Copying a workflow to another List or Site • Save as workflow template • Export to Visio • Copy / Paste stages
  • 34. #SharePointFest @pgbhoyar Packaging a workflow • SharePoint Designer 2010: • Only reusable workflows can be packaged • SharePoint Designer 2013: • List workflows, Reusable workflows and Site workflows can all be packaged as a wsp
  • 36. #SharePointFest @pgbhoyar Key Differences between SP2013 & SP2010 Style Workflows SharePoint 2010 Style Workflows SharePoint 2013 Style Workflows • Uses SharePoint 2010 Workflow Host • Impersonation Step • OOTB Visualization of Workflows • No loops, stages in Designer WFs • Custom task forms are InfoPath forms • Can capture Approval comments OOTB • Uses Workflow Manager • App Step • Need to create custom solution • Looping, stages are present • Custom task forms are .aspx pages • Need to implement custom solution
  • 39. #SharePointFest @pgbhoyar 39 • Naming Convention for Custom Workflows ➢ Use the naming convention that works best for you and your organization ➢ For example, “List or Library + List or Library Name + Purpose” • Use logging- ➢ “Log to History List” • Create new tasks list and history lists for each workflows and try to avoid using the OOTB history list and workflow tasks list ➢ To create the new tasks list and history list, we can use ▪ Workflow Settings page ▪ SharePoint UI Best Practices
  • 40. #SharePointFest @pgbhoyar 40 • Use SharePoint groups to assign the tasks/send emails instead of individual users • Don’t create the variable if you don’t have to ➢ 50 is the limit • Do not modify the OOTB global workflows ➢ Create copy and then modify • A lot more during tomorrow’s WF202 session..☺ Best Practices
  • 41. #SharePointFest @pgbhoyar 41 Limitations of SharePoint 2013 Designer Workflows ▪ We can not start workflows on delete event ▪ 50 variable limit ▪ No source control for SPD workflows ▪ String functions are limited ▪ Can not deploy workflows as SharePoint Apps ▪ For advance implementations you may need to involve developers/architects
  • 43. #SharePointFest @pgbhoyar Recent Announcements • There will NOT be SharePoint Designer 2016 ➢ http://sharepoint-community.net/forum/topics/what-s-happening-to-sharepoint-designer-in- sharepoint-2016-is-it ➢ SharePoint 2013 Designer will be supported till 2026 • Microsoft Flow ➢ https://powerapps.microsoft.com/en-us/blog/introducing-microsoft-flow-and-announcing-the- public-preview-of-powerapps/ 43
  • 44. #SharePointFest @pgbhoyar What does this mean? • SharePoint Workflows most probably will have same fate as InfoPath forms services ➢ Microsoft will continue to support ➢ No future enhancements • Time to explore other options ➢ Microsoft Flow ▪ https://flow.microsoft.com ➢ Logic Apps ▪ https://azure.microsoft.com/en-us/services/logic-apps/ ➢ Visual Studio Workflows ▪ Can deploy them only as “App” ➢ Other Third Party Products 44
  • 46. #SharePointFest @pgbhoyar Which one to use? • I recommend ➢ Flow ➢ SharePoint 2013 Style Workflows ➢ SharePoint 2010 Style Workflows 46
  • 48. #SharePointFest @pgbhoyar Recap • Architectural Changes in SharePoint Online workflows • Enhancements in SharePoint Designer 2013 Workflows • Key Differences between SharePoint 2013 and SharePoint 2010 style workflows • Limitations of SharePoint Designer 2013 Workflows • Best Practices • Future 48
  • 49. #SharePointFest @pgbhoyar Other SPFest Seattle 2017 Workflow Sessions • WF 104 - Transition Your SharePoint Designer Workflows to Microsoft Flow • WF 201 - Best practices for automating business processes in SharePoint • WF 202 - Future Proofing Your Workflow Investment: How to develop maintainable custom workflows in Office 365/SharePoint Online • WF 203 - Advanced SharePoint Designer 2013 Workflows • WF 204 - Business Process Automation: Advanced Workflow Solutions 49
  • 50. #SharePointFest @pgbhoyar Key Takeaways • Hopefully the contents we covered today made you to explore SharePoint Designer 2013 workflows and you will go home and play with it ☺ • Sign up for Developer Program using https://dev.office.com/ • Keep track of new features getting added to Microsoft Flow ➢ https://flow.microsoft.com/en-us/blog/
  • 53. #SharePointFest @pgbhoyar Surveys Feedback Please! Session Surveys via Event App Select “Schedule” -> Select Session -> Scroll to “Session Survey” Learn from the Top SharePoint Experts WWW.SHAREPOINTFEST.COM
  • 54. #SharePointFest @pgbhoyar Questions? Feedback? Contact me: ▪ Twitter: @PGBhoyar ▪ Blog: http://pgbhoyar.com ▪ Email: pgbhoyar@gmail.com ▪ Slides: https://www.slideshare.net/pgbhoyar ▪ Feedback : Please provide feedback ▪ Session Evaluation – Event App ▪ Email or ▪ Anonymous Suggestions: https://www.suggestionox.com/r/pgb Thank You Organizers, Sponsors and You for Making this Possible.