!--------------------------------------------------------------------
!
! fgsdel.resource
!
! Purpose: This file is used to construct the trigger, error, and
!          success status fields in the observation status file.
!
!       This resource file uses an OSF trigger.
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!        
!            PR
!   DATE   NUMBER  User      Description
! -------- ------  --------- -------------------------------------
! 10/24/01 44684   Goldst    Created initial version
! 03/11/02 45016   Goldst    Added OSF_TRIGGER1.DATA_ID
! 03/12/02 45016   Goldst    Added OSF_TRIGGER2, 3 and 4 w/DATA_ID
! 12/03/02 46669   Goldst    Added OSF_TRIGGER5 and DATA_ID for EPC
! 06/24/04 51412   Sherbert  For PR 50437 Remove DISPLAY_ORDER
!--------------------------------------------------------------------

PROCESS_NAME = fgsdel
TASK         = <osfdelete -p $PATH_FILE -r fgsdel>
DESCRIPTION  = 'Delete OSFs from the BB'
SYSTEM       = FGS
CLASS        = all

!---------------------------------------------------------------------------
! EVNT resource.
!---------------------------------------------------------------------------

OSF_RANK = 1			! OSF event ordering.

OSF_TRIGGER1.DL = c		! Archive completed will trigger OSF deletion
OSF_TRIGGER1.DATA_ID = fgs      ! Trigger1 class ID
OSF_TRIGGER2.DL = c             ! Trigger for gsa class deletion
OSF_TRIGGER2.DATA_ID = gsa      ! Trigger2 class ID
OSF_TRIGGER3.DL = c             ! Trigger for eng class deletion
OSF_TRIGGER3.DATA_ID = eng      ! Trigger3 class ID
OSF_TRIGGER4.DL = c             ! Archive completed will trigger OSF deletion
OSF_TRIGGER4.DATA_ID = fas      ! Trigger4 class ID
OSF_TRIGGER5.DL = c             ! Archive completed will trigger OSF deletion
OSF_TRIGGER5.DATA_ID = epc      ! Trigger5 class ID

POLLING_TIME = 5		! Response time of the application

!---------------------------------------------------------------------------
! Application Specific resource
!---------------------------------------------------------------------------

OSF_PROCESSING.DL = p		! letter to be used when an OSF is processed.
OSF_ERROR.DL      = e		! letter to be used when there is an error.
