camunda-community-hub / camunda-8-benchmark

Helper to create benchmarks for Camunda Platform 8 and Zeebe
21 stars 8 forks source link

Add support for direct invocation of DMN decisions #84

Open jothikiruthika opened 1 year ago

jothikiruthika commented 1 year ago

Code changes to test DMN Evaluations

falko commented 1 year ago

Currently, I'm getting two compilation errors from Maven:

src/main/java/org/camunda/community/benchmarks/StartPiScheduler.java:[110,21] cannot find symbol
  symbol:   method startProcessInstance()
  location: variable executor of type org.camunda.community.benchmarks.StartPiExecutor
src/main/java/org/camunda/community/benchmarks/StartDiScheduler.java:[109,21] cannot find symbol
  symbol:   method startDecisionInstance()
  location: variable executor of type org.camunda.community.benchmarks.StartDiExecutor