OptionalautoOptionalcustomZod schema for custom headers in the activated job
OptionalfetchOptional list of variable names to fetch during activation
OptionalinputZod schema for variables in the activated job
OptionaljobJob activation timeout in ms — default 60000. Overridden by CAMUNDA_WORKER_TIMEOUT env var.
Zeebe job type
OptionalmaxOptionalmaxConcurrency limit — default 10. Overridden by CAMUNDA_WORKER_MAX_CONCURRENT_JOBS env var.
OptionaloutputZod schema for variables in the complete command
OptionalpollBackoff between polls - default 1ms
OptionalpollThe request will be completed when at least one job is activated or after the requestTimeout. If the requestTimeout = 0, the request will be completed after a default configured timeout in the broker. To immediately complete the request when no job is activated set the requestTimeout to a negative value
OptionalstartupMaximum random delay (in seconds) before the worker starts polling.
When multiple application instances restart simultaneously, this spreads out
initial activation requests to avoid saturating the server.
0 (the default) means no delay.
OptionalvalidateValidate any provided input, output, customheader schema default: false
OptionalworkerOptional explicit name
Immediately start polling for work - default
true