The application is like a document approval system. Came across these methods and not sure how to make use of the method 1. But familiar with method 2.
Method 1
- WCF Workflow Service Application (.NET 4.5) option provided in visual studio. Look here
Method 2
- Like here WCF+WF. Using WCF layer to create an instance of WF library.
Are these just different ways to achieve the same objective to host WF as a web service ?
If so how an ASP.NET application can consume service application created from first method ?