views:

70

answers:

1

In a event driven activity in a stage in state machine workflow, when an event occurs how can I send some data to work flow and send some data back to host after occurrence of the event.

Also if I don't use SetState activity, can I set next state of the workflow programmatically?

A: 

check out this msdn article http://msdn.microsoft.com/en-us/magazine/cc163281.aspx

Dav Evans