Interface ICaseEvaluator

All Known Implementing Classes:
ProcessEngine

public interface ICaseEvaluator
Evaluates a case (an instance of a main process).

NOTE: in 10.x, the case evaluator concept will be replaced with a job scheduler.

Since:
9.9
Author:
Petru Galanton
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Evaluates a case as described by the specified job definition.
  • Method Details

    • evaluateCase

      void evaluateCase(RefreshableJobDefinition job)
      Evaluates a case as described by the specified job definition.
      Parameters:
      job - describes what to evaluate