WorkflowGen.com | Knowledge Base | Documentation | Downloads | Support | RSS

Develop .Net Web services and connectors for WorkflowGen

 

Last update: October 31, 2007
For WorkflowGen Advanced edition users, download SDK .Net developer guide and samples with the source code.

Important:
- These samples have been developed with Visual Web developer 2005 Express Edition and Visual Studio C# 2005 Express Edition. You can use any Visual Studio 2005 Editions to modify the source code.
- Please check if WorkflowGen.My assembly provided with these samples is up-to-date.
- .Net 2 Framework is required to run these samples.

SDK .Net 2 Development Guide
Your guide to create Web services for your processes and use other WorkflowGen API features.
Last update: August 31, 2006
Download the documentation  


SDK Samples
 

WebServiceTest
Simple Euro/Dollars converter.
Last update: August 31, 2006
Download C# version
Download VB.NET version 
 
DocExport
Web Service to export a document into an external file system folder.
This example can be used as a starting point to integrate WorkflowGen with a Document Management System. A document approval process is provided to illustrate the use of this workflow application.
Last update: April 4, 2007.
Download C# version
Download VB.NET version 
 
RemoteLaunch
Simple asp.net page which launches a WorkflowGen process.
Last update: April 4, 2007
Download C# version
Download VB.NET version 
 
DocListener
Monitor a folder by waiting for new files and launch an approval process for each file found
Language: .Net 2 C#, Console application
Last update: August 31, 2006
Download C# version
Download VB.NET version 
 
MailListener
Monitor a POP3 server by waiting for incoming e-mails of a specified mailbox and launch an approval process with the first attachment of each message found.
Last update: August 31, 2006
Download C# version
Download VB.NET version 
 
Asynchronous Web procedure
This sample illustrates how to perform an external treatment which can take a very long time to complete.
1. An action of the process calls an Asynchronous Web procedure.
2. This Asynchronous Web procedure converts an amount in Euros to Dollars, and stores the result in a database.
3. A Windows console application (that could be executed at anytime) reads the database and for each results then recalls WorkflowGen to complete the pending action.
Last update: April 4, 2007
Download C# version
Download VB.net version
Difference between a Web procedure and an Asynchronous Web procedure.