Answered Timer in Custom Activity

  • Thursday, February 23, 2012 1:59 PM
    Moderator
     
     

    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
     
     Answered

    You can see notification pin in Start method of custom Activity


    iagsav

  • Friday, February 24, 2012 5:25 PM
    Moderator
     
     

    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.