!--------------------------------------------------------------------
!
! ingdel.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
! -------- ------  --------- -------------------------------------
! 11/19/03 49550   Goldst    Created initial version
! 06/24/04 51412   Sherbert  For PR 50437 Remove DISPLAY_ORDER
!--------------------------------------------------------------------

PROCESS_NAME = ingdel
TASK         = <osfdelete -p $PATH_FILE -r ingdel>
DESCRIPTION  = 'Delete Ingest OSF'
SYSTEM       = INGEST
CLASS        = all

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

OSF_RANK = 1			! OSF event ordering.

OSF_TRIGGER1.CL = c		! Archive completed will trigger OSF deletion

POLLING_TIME = 5		! Response time of the application

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

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