Timer in Custom Activity
-
Thursday, February 23, 2012 1:59 PMModerator
When I place a timer on a base diagram I get a notification pin. When I place a timer in an Activity block I only get an outgoing response pin.
Why the difference and what is it telling me about the characteristics of an activity block?
TIA
tlc
All Replies
-
Friday, February 24, 2012 5:01 PM
You can see notification pin in Start method of custom Activity
iagsav
- Marked As Answer by tlc000Moderator Friday, February 24, 2012 5:25 PM
-
Friday, February 24, 2012 5:25 PMModerator
OK, I think I get it. Since it is an asynchronous event it doesn't depend on an input to the activity which makes Start the appropriate place.
Thank you for the reply.

