For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Variable: ClusterVariableKindEnum

const ClusterVariableKindEnum: object;

The kind of a cluster variable. JSON is the default. SECRET_REFERENCE allows the value to contain camunda.secrets.X references that are resolved at job activation time.

Type Declaration

JSON

readonly JSON: "JSON" = 'JSON';

SECRET_REFERENCE

readonly SECRET_REFERENCE: "SECRET_REFERENCE" = 'SECRET_REFERENCE';