I have added a state machine WF in VS by right clicking my solution and Add -> Add New Item -> then under "Office/SharePoint I added the "State Machine WF (Farm Solution Only). So the WF is now part of the solution along with my form and code behind. I have not wired up the submit button to "Start" the WF, because I am unsure of how to do it. I have been looking online for any good leads on this and have been unable to find anything that helps with my issue.
My form is developed in asp.net, my code behind is vb.net and I added my state machine WF to the same solution. I then deployed my form, code behind and WF into SharePoint via an Application Page (Farm Solution only) in Visual Studio 2013.
Could someone please provide me with any good advice or articles that relate and solve this issue? Maybe I am approaching this from the wrong direction... I am open to any opinions of others.
Thank you