Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Discovery Pattern variables

hameetkaur
Tera Contributor

While creating patterns in discovery, the CI Attribute pane on the right hand side (refer to the screenshot attached) shows the list of all the fields for the selected CI Type. Are these fields treated as temporary variables which will then populate the target CMDB table while running discovery or are these the actual fields on the target table.  
Also , what is the difference between the CI attributes and Temporary Variables pane.

pattern_variables.png

2 REPLIES 2

Mohammed8
Kilo Sage

Hi @hameetkaur 

CI Attributes represent the actual fields of the Tomcat WAR CI in the CMDB like name , install directory etc... these attributes get populated during discovery. Temporary attributes exist only while  pattern is running, they are simply helpers used before mapping final values into the real CI attributes.

 

Mohammed8_0-1763629354458.png

 

If you find this answer useful, please mark it as solution accepted/helpful

 

Thanks and Regards,

Mohammed Zakir

Hi @Mohammed8 ,
Thanks for your response.
If CI Attributes represent the actual fields of the Table, then why these actual fields are represented using a "$" sign when using in a operation as "$" is used to represent existing or future variables in a pattern.

hameetkaur_0-1763631670435.png