Class: CamundaEffect
Opt-In Subpath
The Effect API is an opt-in subpath (@camunda8/orchestration-cluster-api/effect) and requires the optional effect peer dependency. The main . entry stays Promise-based and pulls in zero Effect at runtime.
Context service key for the Effect Camunda client. Compose worker/orchestration
code against this tag and provide layer (or a test double) via Layer.
Extends
Shape<"CamundaEffect",CamundaEffectClient,this>
Constructors
Constructor
new CamundaEffect(_): CamundaEffect;
Parameters
_
never
Returns
CamundaEffect
Inherited from
Context.Service<CamundaEffect, CamundaEffectClient>()("CamundaEffect")
.constructor;