Sequential work question

My workflow is hosted in a Windows Forms application. At some point I need to wait for the manager's approval. The manager should not use the Windows worms app to approve / reject the task. I was thinking about using a WebService, but then I would have to host my workflow in an asp web service.

How can I wait for the manager's approval, which will come from different computers?

Regards PC

0


a source to share


1 answer


The manager will have to use some UI to approve / reject items. The web service will not have a user interface. You can write a separate Windows Forms application for use by managers and send them email notifications of unfinished items.



Or, if this option is available, create an intranet website for the manager to use without installing any application.

+1


a source







All Articles