!--------------------------------------------------------------------
!
! Name: osfdel.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
! ------   ------ ---------- ------------------------------
! 02/10/01 42443  Heller     first version
! 06/24/04 51412  Sherbert   For PR 50437 Remove DISPLAY_ORDER
!
!--------------------------------------------------------------------

PROCESS_NAME = osfdel
TASK = <osfdelete -p $PATH_FILE -r osfdel>
CLASS = ALL
DESCRIPTION = 'Delete OSFs from the BB'
SYSTEM = OPUS

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

POLLING_TIME = 5		! Response time of the application
OSF_RANK = 1			! OSF event ordering.
OSF_TRIGGER1.CL = c		! archive completed will trigger OSF deletion


!---------------------------------------------------------------------------
! Application Specific resource
!---------------------------------------------------------------------------
OSF_PROCESSING.CL = p		! letter to be used when an OSF is processed.
OSF_ERROR.CL = e		! letter to be used when there is an error.

