camunda-community-hub/camunda-process-test-coverage

I can't make this work

billbarni opened this issue · 2 comments

Running the JUnit5 coverage example, if you add anything to a Service Task and make it "Async Before", I can't "complete" that task anymore.

I was wrong.

Hello @billbarni,

I‘ll have a look on it.
I‘m using it a lot with and without async with JUnit4.

Cheers,

simon

Hello @billbarni,

I‘ll have a look on it. I‘m using it a lot with and without async with JUnit4.

Cheers,

simon

I did not know that when a Task receives a Transaction (Async Before/After) it must be completed using execute(job(())

Sorry about this ticket.