Timer Event Not Honoring Duration

This simple process never terminates. The token sits at the timer event, which has a duration defined of 15 seconds, forever.

image

image

Why?

For anyone else, it is that the job executor is not enabled by default in embedded engines. Setting this in application.yml solved it.

job-execution.enabled: true