Class InMemoryProcessEngine

java.lang.Object
su.onno.process.InMemoryProcessEngine

@Deprecated public final class InMemoryProcessEngine extends Object
Deprecated.
Legacy single-token graph test helper.

This helper supports the original human-task/end subset only. Production code and tests for automatic, decision, timer, parallel, subprocess, cancellation, and migration behavior should use the core JdbcProcessEngine with an in-memory H2 database.

  • Constructor Details

    • InMemoryProcessEngine

      public InMemoryProcessEngine()
      Deprecated.
    • InMemoryProcessEngine

      public InMemoryProcessEngine(Clock clock)
      Deprecated.
  • Method Details