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?