Version 3

    ScheduleExpiredStateActionHandler has the following sub elements used to configure itself and a ExpiredStateAlertActionHandler

     

     <!-- mandatory -->
    <alert-email-addr>johndoe@foo.com</alert-email-addr> 
    
    <!-- optional, if missing the alertActionHandler will provide its own message  -->
    <alert-message></alert-message> 
    
    <!-- mandatory - this is the elapsed time after the state is entered before triggering the ExpiredStateAlertActionHandler -->
    <expire-after>5m</expire-after>