Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

This feature is part of an ongoing effort to separate the process engine from the Runtime. As this feature is still in active development, it's not ready for use in production scenarios. Behavior and interfaces are subject to change.

The case engine uses its own scheduler to schedule tasks of these types:

  • Timer nodes
  • Expiration tasks

It follows the design of the Advanced Scheduler, so there is a scheduler with persistent The Case Engine Scheduler has persistent storage that has an administration of the tasks to execute and the moment at which the task should be executed. The scheduler adds a message to the queue which will trigger the Case Engine to execute a scheduled task at the moment the task was scheduled.

...