Setting up Timer Event

Hi everyone,

We have a camunda setup in Docker that has been working so far. However, lately we begin to work on ServiceTask that has to wait for certain time before it triggers.

Following the documentation, I’ve added <property name=“jobExecutorActivate”>true</property> to the bpm-platform file inside the process engine property. I’ve setup a Boundry Timer Event with Cycle Definition type that is setup to run every minute.

So far, it doesn’t seem to trigger anything at all, nothing in the logs as well.

Is there anywhere that I could look for pointers? The way we work is treating Camunda as a black box and work with it through REST API. A lot of the examples that I’ve seen refers to a Java setup where it seems Camunda is a part of the application. I’ve taken a look at the documents, but not sure what else I could try at this moment.