I have a requirement where I need to invoke an activity in SWF after x minutes. For this I am planning to start a timer in SWF(for x minutes) and invoke the activity when timer fires. Can I get a pointer on how to start timer in SWF? Another requirement is I might some time have to cancel the timer as well, in cases where I needn't wait for complete duration. Is there anything for canceling a started timer in SWF? Can someone point me to the required APIs?
Thanks!