Optional
options: {Protected
addDelete a specific process instance by key.
Retrieve the metadata for a specific process definition, by key.
Retrieve a specific process instance by id.
Get the statistics for a process instance, grouped by flow nodes
Return a variable identified by its variable key
Retrieve the variables for a Process Instance, given its key. Documentation: https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/
Search and retrieve incidents.
Search and retrieve process definitions.
Search and retrieve process instances.
The high-level client for Operate. All constructor parameters for configuration are optional. If no configuration is provided, the SDK will use environment variables to configure itself. See CamundaSDKConfiguration for the complete list of configuration parameters. Values can be passed in explicitly in code, or set via environment variables (recommended: separate configuration and application logic). Explicitly set values will override environment variables, which are merged into the configuration.
Example