I have a workflow that contains several states. Each state has an event-driven activity that processes an external event. When this event fires, I would either redirect the request to another Controller Action, or View.
What is the best way to redirect to another view or controller action when an event is fired in a state machine workflow?
source
share