!--------------------------------------------------------------------
!
! edrdel.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/12/02 45016  Goldst     Added TRIGGER2 and DATA_ID
! 06/24/04 51412  Sherbert   For PR 50437 Remove DISPLAY_ORDER
!--------------------------------------------------------------------

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

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

OSF_RANK = 1			! OSF event ordering.

OSF_TRIGGER1.DL = c		! Archive completed will trigger OSF deletion
OSF_TRIGGER1.DATA_ID = pnm      ! Trigger1 class ID

OSF_TRIGGER2.DL = c		! Archive completed will trigger OSF deletion
OSF_TRIGGER2.DATA_ID = fof      ! Trigger2 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.
