Hi,
I created a mvc provider hosted app solution. In its SharePoint project, I added a workflow named EmailWorkflow which contains one built-in Email. Variables like recipients, subject and body were set up in sequence. Now, from the app project, for example, in the HomeController.cs, how can I get the workflow and launch it with assigned parameters?
Thanks,
Fan