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
FYI - the Flows that you create in Microsoft Flow are all, at their core, state machine workflows.
Since you asked about Visual Studio workflows, I assume you are familiar with web services. I have an article that discusses using WebAPI services to interact with Flow that may be helpful.
Also, Flow is built upon Azure Logic Apps, which certainly could support a state-machine workflow.
- Bill HandNov 15, 2017Brass Contributor
I realize this is a long time in coming but thank you.