如何在没有sharepoint的情况下在Web中执行工作流应用程序

如何在没有sharepoint的情况下在Web中执行工作流应用程序

问题描述:





任何人都可以告诉我,我是否可以在网络应用程序中的.net中进行休假/假期审批工作流程。?



如果是的话,你能给我一个例子,并在我的下面的场景中指导我。



用户将进入系统并输入他的度假的名称,起点和日期并提交工作流程。



收到请求的经理应该批准或拒绝。



批准后,此请求应传递给HR。

Hi,

Can anyone tell me if I can make a Leave/Vacation approval workflow in .net within web application.?

If yes , can you give me an example and guide me in my below scenario.

User will enter the system and enter his name, from and to dates for vacation and submit the workflow.

Manager on receiving the request should approve or reject.

On approval, this request should be passed on to the HR.

有多个例子。这篇文章 [ ^ ]专门针对启用工作流的Web应用程序。



如果您还不想使用Windows Workflow Foundation它仍然提供了足够的信息,说明了你要做的事情。



如果遇到困难,你可以随时回来找一个具体的问题 - 但是记得包含你遇到问题的代码
There are multiple examples out there. This article[^] specifically targets workflow-enabled Web applications.

If you also don't want to use Windows Workflow Foundation it still provides enough information on the principles involved for you to work out what to do.

If you hit difficulties then you can always come back with a specific question - but remember to include the code you have problems with