Hi
My workflow is hosted in Windows Forms application. At some point I need to wait for manager approval. The manager should not use windows worms app to approve/reject the task. I was thinking about using WebService, but then I would be forced to host my workflow in asp web service.
How can I wait for the manager approval which would come from different machine?
Kind Regards PK