diff --git a/src/c8/lib/CamundaJobWorker.ts b/src/c8/lib/CamundaJobWorker.ts index 61af2985..dfa417a9 100644 --- a/src/c8/lib/CamundaJobWorker.ts +++ b/src/c8/lib/CamundaJobWorker.ts @@ -85,7 +85,7 @@ export class CamundaJobWorker< currentload: this.currentlyActiveJobCount, }) this.log.debug(`Created REST Job Worker`, this.logMeta()) - if (config.autoStart) { + if (config.autoStart ?? true) { this.start() } }