All constructor parameters for configuration are optional. If no configuration is provided, the SDK will use environment variables to configure itself.
Private
Optional
adminPrivate
Optional
camundaPrivate
configurationPrivate
Optional
modelerPrivate
oPrivate
Optional
operatePrivate
Optional
optimizePrivate
Optional
tasklistPrivate
Optional
zeebePrivate
Optional
zeebeReturns a client for the Administration REST API See: https://docs.camunda.io/docs/apis-tools/administration-api/administration-api-reference/
Returns a client for the Camunda 8 REST API See: https://docs.camunda.io/docs/apis-tools/camunda-api-rest/camunda-api-rest-overview/
Returns a client for the Web Modeler REST API See: https://docs.camunda.io/docs/apis-tools/web-modeler-api/overview/
Returns a client for the "Operate REST API" See: https://docs.camunda.io/docs/apis-tools/operate-api/overview/
Returns a client for the Optimize REST API See: https://docs.camunda.io/docs/apis-tools/optimize-api/overview/
Returns a client for the Tasklist REST API See: https://docs.camunda.io/docs/apis-tools/tasklist-api-rest/tasklist-api-rest-overview/
Returns a client for the Zeebe gRPC API See: https://docs.camunda.io/docs/apis-tools/zeebe-api/overview/
from 8.6.0. Please use getCamundaRestClient() instead.
Generated using TypeDoc
A single point of configuration for all Camunda Platform 8 clients.
This class is a facade for all the clients in the Camunda Platform 8 SDK.
Example