!--------------------------------------------------------------------
!
! c++poller Resource File
!
! Example C++ Internal Poller using an OSF trigger
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!            PR
!   DATE   NUMBER  User      Description
! -------- ------  --------- ------------------------------------
! 06/06/03 48405   Sontag    Created
! 06/24/04 51412   Sherbert  For PR 50437 Remove DISPLAY_ORDER
!
!--------------------------------------------------------------------

PROCESS_NAME = c++poller
TASK = <c++poller -p $PATH_FILE -r c++poller>
DESCRIPTION = 'Example C++ Internal Poller'
SYSTEM = SAMPLE
CLASS = ALL
!
OSF_RANK           = 1           ! Sets this to use an OSF trigger
OSF_TRIGGER1.KW    = w           ! when OSF column KW = "w" (waiting)
OSF_PROCESSING.KW  = p           ! then set column KW to "p" when triggered
C++POLLER_OK.KW    = c           ! then set column KW to "c" on success
C++POLLER_ERROR.KW = e           ! or to "e" if the process has a failure
!
POLLING_TIME       = 10          ! Wait (seconds) before polling for next
MINBLOCKS          = 2000        ! blocks required on output disk
INPATH             = input_data  ! make INPATH available to process
OUTPATH            = input_data  ! just throw it all in the same dir
ERRPATH            = input_data  !    for this example
!
! And the path file should contain the following key-value pairs:
!
! STAGE_FILE             = OPUS_DEFINITIONS_DIR:g2f_pipeline.stage
! OPUS_OBSERVATIONS_DIR  = (set this to your OSF directory)
! input_data             = (set this to the location of input files)
