You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Valid Expressions List for Conditions in Job Streams

  • There are total five types of valid expressions for the conditions in Job Streams which are listed below: 
    1. returncode
    2. fileexist
    3. event
      • [ * ]
      • [today]
      • [yesterday]
      • [yesterday]
      • [yesterday - 2]
      • [prev]
      • [prevSuccessful]
      • [8,19]
    4. job
      • returncode
      • lastCompletedRunEndedSuccessful
      • lastCompletedRunEndedWithError
      • lastCompletedRunEndedTodaySuccessful
      • lastCompletedRunEndedTodayWithError
      • lastCompletedIsEndedBefore
      • lastCompletedSuccessfulIsEndedBefore
      • lastCompletedWithErrorIsEndedBefore
      • lastCompletedIsStartedBefore
      • lastCompletedSuccessfulIsStartedBefore
      • lastCompletedWithErrorIsStartedBefore
      • isStartedToday
      • isStartedTodayCompletedSuccessful
      • isStartedTodayCompletedWithError
      • isStartedTodayCompleted
      • isCompletedToday
      • isCompletedTodaySuccessfully
      • isCompletedTodayWithError
      • isCompletedAfter
      • isCompletedWithErrorAfter
      • isCompletedSuccessfulAfter
      • isStartedAfter
      • isStartedWithErrorAfter
      • isStartedSuccessfulAfter
    5. jobChain
      • returncode
      • lastCompletedRunEndedSuccessful
      • lastCompletedRunEndedWithError
      • lastCompletedRunEndedTodaySuccessful
      • lastCompletedRunEndedTodayWithError
      • lastCompletedIsEndedBefore
      • lastCompletedSuccessfulIsEndedBefore
      • lastCompletedWithErrorIsEndedBefore
      • lastCompletedIsStartedBefore
      • lastCompletedSuccessfulIsStartedBefore
      • lastCompletedWithErrorIsStartedBefore
      • isStartedToday
      • isStartedTodayCompletedSuccessful
      • isStartedTodayCompletedWithError
      • isStartedTodayCompleted
      • isCompletedToday
      • isCompletedTodaySuccessfully
      • isCompletedTodayWithError
      • isCompletedAfter
      • isCompletedWithErrorAfter
      • isCompletedSuccessfulAfter
      • isStartedAfter
      • isStartedWithErrorAfter
      • isStartedSuccessfulAfter
  • No labels