Hi All
I have been playing with Workflow for a while now and im still struggle with a major part of it all, communication between the host and the workflow.
Most the examples I find wont load properly (they seem to be aimed at the beta version). I have built some simple workflows that do stuff like this.
1, Work flow is started up and parameters passed across.
2, Workflow runs, does some tasks (sends emails, writes to database). Application sits there minding its own business.
3, Workflow waits for user action before starting second phase.
4, User kicks off second phase of the workflow. Button on form calls the even that the workflow needs to carry on.
5, Workflow runs and does more tasks.
6, Workflow finishes and i capture this in the application.
What I want to do Is when the workflow finishes the first phase and waits for the next event for there to be some communication that is has finished stage one and requires the user take some action. I have tried using CallExternalMethod but whats the code I need to put into the application to handle that event fireing
I hope this makes sense and any help would be great!! Im at my wits end with it all :(
Thanks