I need to start a workflow from .net application and during workflow execution, in one of the activities, i need to show one web form and collect the data from the user, should store the data in the sql database and then should proceed to the next activities in the workflow. I understand that, we can write workflow methods with in the documentum using docbasic/java/c++ and call that method from the workflow activities. But, i need to call our web form from the activities, which may not be possbile with documentum methods. Please help.