Real life experiences with the SharePoint Workflow
#SPSUK This session mainly targets Developers and Workflow Designers that use SPD2013 and VS2013 Paolo Pialorsi Senior Consultant PiaSys.com @paolopia
Real life experiences with the SharePoint Workflow #SPSUK Paolo - - PowerPoint PPT Presentation
Real life experiences with the SharePoint Workflow #SPSUK Paolo Pialorsi Senior Consultant This session mainly targets PiaSys.com Developers and Workflow Designers @paolopia that use SPD2013 and VS2013 Thank You to Our Sponsors! About
#SPSUK This session mainly targets Developers and Workflow Designers that use SPD2013 and VS2013 Paolo Pialorsi Senior Consultant PiaSys.com @paolopia
passed, including MC(S)M
, .NET, LINQ, and SharePoint
SharePoint 2013/SharePoint Online
Sharing Content Events People
Visual Studio SharePoint Designer
SharePoint 2013
2010 WF
_API (REST OM) Workflow Services Manager
Service Bus
Instances Interop Deployment Messaging
WF Service Application Proxy
Workflow Manager OAuth Access Control
Workflow Client
With SharePoint Designer 2013 and Visual Studio 2013
SharePoint 2013/Online
contents
update, delete) content
(CSOM) remotely available via REST
consumers
Visual Studio 201x
JavaScript Library Silverlight Library .Net CLR Library Custom Client Code Client Server _api is new alias for _vti_bin/client.svc
REST OData JSON
CSOM
http(s)://{Host Name}/{site}/_api/{namespace}/ {object} {property} {indexer(index)} {method({parameter},{parameter},…)} Web Application Hostname Site Collection (Optional) API Namespace Operation
How to use the REST API
And how to face them
libraries
A custom activity to Move a document … more about security later …
“minimalist”
Creating custom Workflow Forms and Tasks with custom UI
, mobile apps, etc.)
Handling External Events
Handling Exceptions and some other custom activities
User Permissions App Permissions Workflow Permissions
Configuring Workflow App Security
permissions»
<AppPermissionRequests> <AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="FullControl" /> </AppPermissionRequests>
Feedback: paolo@pialorsi.com – www.piasys.com - @PaoloPia Demos shortly available on: http://github.com/OfficeDev/PnP/