Forum Discussion
Bill Hand
Jun 05, 2017Brass Contributor
State Machine Workflow in SharePoint
Is it possible to create a state machine workflow for SharePoint in O365 using Visual Studio? Thanks
Jun 06, 2017
Yes,
It is possible...bear in mind that a workflow created with Visual Studio can be:
(1) Packaged as a sandbox solution if you are creating the workflow as a standalone component
(2) Packaged as a part of an Add-in if you are creating the workflow as part of an Add-in
In both cases I'm talking about SP 2013 workflows, no the legacy ones
It is possible...bear in mind that a workflow created with Visual Studio can be:
(1) Packaged as a sandbox solution if you are creating the workflow as a standalone component
(2) Packaged as a part of an Add-in if you are creating the workflow as part of an Add-in
In both cases I'm talking about SP 2013 workflows, no the legacy ones