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';