Hi all,
I have an application that hosts a state machine workflow runtime.
Once the workflow starts running, I want it to send a message to the hosting application each time it finishes a task (but still doesn't complete running).
The application will catch that message, just as it catches the events defined on the workflow runtime (as "WorkflowComple ted" or "WorkflowTermin ated"), and will let the WF continue running.
Is there a way to do that?
Thanks.
I have an application that hosts a state machine workflow runtime.
Once the workflow starts running, I want it to send a message to the hosting application each time it finishes a task (but still doesn't complete running).
The application will catch that message, just as it catches the events defined on the workflow runtime (as "WorkflowComple ted" or "WorkflowTermin ated"), and will let the WF continue running.
Is there a way to do that?
Thanks.
Comment