Type Alias: ClusterVariableKindEnum
type ClusterVariableKindEnum =
(typeof ClusterVariableKindEnum)[keyof typeof ClusterVariableKindEnum];
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.