 INCLUDE ST_EQU
*$machine_name TerminatePath
*$global_recover exec_err
*******************************************************
*state_1        standard
*               MESSAGES_msgGetMsg
*$event_pairs_catch
*               CmdComplete,state_2
*               ScsiErr,state_exit
*               state_3
*******************************************************
*state_2        standard
*               MESSAGES_msgWaitTimeOrFree
*$event_pairs_catch
*               state_exit
*******************************************************
*state_3        standard
*               MESSAGES_msgRejectMsg
*               HWI_UTILS_hwiGetPhase
*$event_pairs_catch
*               MsgIn,state_1
*               state_exit
*******************************************************
*exec_err       standard
*               COMMANDS_cmdStateErr
*$event_pairs_catch
*               state_exit
*******************************************************
*state_exit     mexit
*               0
*******************************************************
*$end_machine
*******************************************************
