Create and start an Effect job worker, forked into the current Scope. The worker
runs until its scope closes (or CamundaEffectWorkerHandle.interrupt is run),
at which point it is interrupted and any in-flight job's lease is released.
Depends on the CamundaEffect service — provide the /effect client layer.
Create and start an Effect job worker, forked into the current
Scope. The worker runs until its scope closes (or CamundaEffectWorkerHandle.interrupt is run), at which point it is interrupted and any in-flight job's lease is released.Depends on the CamundaEffect service — provide the
/effectclientlayer.