!--------------------------------------------------------------------
!
! Name: cldata.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 = cldata
TASK = <cleandata -p $PATH_FILE -r cldata>
CLASS = ALL
DESCRIPTION = 'Delete files related to an OSF'
SYSTEM = OPUS

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

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

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

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


SYSTEM_GROUPING.01 = OPUS
CLASS_GROUPING.01 = *

