I'm sure i'm overlooking this, but how do you put a delay driven event onto a state
I'm trying to design a state machine workflow such that if the workflow has been in the State for more than X hours or days, to fire an event (causing a state transition).
This is logic specific to the design of the workflow. Some states might need this, others not, in some workflows, not others.
Thanks :)

delay driven event on a state
Fahad349
You suggested: In a timer driven state change, you create a EventDrivenActivity on the state, then add a Delay followed by a SetState (no handleExternalEvent). So...what do you mean: "if you do decide to fire the event" (since there'd be no handle event, and thus no event to fire)
athansia
Pranshu