!--------------------------------------------------------------------
!
! Name: cleandata.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
! 03/13/02 44974  J.Baum    remove unneeded SYSTEM_GROUPING keyword
! 02/10/04 50360  Sontag    fix for sample pipeline, add GIF class
! 06/24/04 51412  Sherbert  For PR 50437 Remove DISPLAY_ORDER
!
!--------------------------------------------------------------------

PROCESS_NAME = cleandata
TASK = <cleandata -p $PATH_FILE -r cleandata>
CLASS = ALL
DESCRIPTION = 'Delete files related to an OSF'
SYSTEM = 'SAMPLE PIPELINE'

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

POLLING_TIME = 5		! Response time of the application
OSF_RANK = 1			! OSF event ordering.
OSF_TRIGGER1.CL = w		! is triggered by CL = W

OSF_SUCCESS.CL = d		! Completed data deletion trigger OSF deletion
OSF_PROCESSING.CL = p		! Processing OSF 
OSF_ERROR.CL = e		! Error processing

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

CLASS_GROUPING.01 = *
CLASS_GROUPING.02 = GIF
