How can Business Users model Business Processes using graphical Designer for developer implementation?
Workflow.NET provides the Process Designer for designing the workflows, using a set of standard actions. The workflow process can be designed by any user. In case any custom action is to be added, a developer has to implement an interface and configure the actions.xml file to include this action. Once this is done, the users can include this action in the workflow process. • How can the controls retrieve and submit data from a running process? The Content collection can be used to submit data to the running process and Variable collection can be used to retrieve data from the running process.