Version Differences for Miscellaneous Scripts

(Template for adding users to realms)
(Properties Contained Within Variables)
Line 32:
  = Properties Contained Within Variables =    = Properties Contained Within Variables = 
       
- ==== AHPSCRIPTS-2 ====      
       
  Script Notes:    Script Notes: 
- * ''The idea here is that the user has identified a couple agent items (a Track and technology type) that span environments. This scirpt filters agents so that the technology type must always match the technology type specified on the workflow property. The tracks are similar but some agents may participate in mulitple tracks (prod is that same for all) so prod would have a track value of something like 1|2|3 to indicate that it supports tracks 1, 2 and 3. So we need to inspect it to see if any match.''   + * The idea here is that the user has identified a couple agent items (a Track and technology type) that span environments. This scirpt filters agents so that the technology type must always match the technology type specified on the workflow property. The tracks are similar but some agents may participate in mulitple tracks (prod is that same for all) so prod would have a track value of something like 1|2|3 to indicate that it supports tracks 1, 2 and 3. So we need to inspect it to see if any match.  
- * ''I changed the Track one to just see if the agent value contains the requested value. It should work fine until you get up to track 10, then you have to do 01, 02, etc.''   + * I changed the Track one to just see if the agent value contains the requested value. It should work fine until you get up to track 10, then you have to do 01, 02, etc.  
       
    + ==== AHPSCRIPTS-2 ====  
       
  <pre>import com.urbancode.anthill3.domain.agent.Agent;    <pre>import com.urbancode.anthill3.domain.agent.Agent;