Contextual variables for config data

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • Contextual variables are out-of-the-box variables delivered by ServiceNow that enable you to use the context of a node to define a variable.

    Important :
    DevOps Config is now deprecated and no longer supported or available for new activation.
    For example: CollectionA has defined these variables:
    • "environment": "(#DEPLOYABLE.ENVIRONMENT_TYPE#)"
    • "deployable": "(#DEPLOYABLE.NAME#)"

    When you add the collection to a deployable, these variables are set to the values defined in the context, which would be the environment type and name of the deployable for CollectionA.

    The available out-of-the-box contextual variables are:
    Tableau 1. Contextual Variables
    Variable Description
    NAME Name of the node.
    APPLICATION.NAME Name of the application.
    DEPLOYABLE.NAME Name of the deployable.
    DEPLOYABLE.ENVIRONMENT_TYPE Environment type of the deployable.
    COLLECTION.NAME Name of the collection.
    FULL_PATH The full file path of the collection.
    RELATIVE_PATH The file path of the collection, relative to the deployable.
    RELATIVE_PARENT_PATH The file path of the parent to the node.