Jboss OOTB pattern temp variable [$home_dir_exists] can't be foundDescriptionThe "$home_dir_exists" variable is a typographical error in the "Jboss' pattern particularly in Step 14.In Step 13, the variable "$install_dir_exists" is being used but in Step 14, "$home_dir_exists" is used in the conditional checks. With this, step 14 will always return false as this will not be true since there is no "home_dir_exists" value in the previous steps.Steps to Reproduce 1. Open Service Mapping Patterns2. Search and open for Jboss3. Click "Open in Designer"4. Click "http" in the Identification section5. Click step no. 14*** In Step 13, the variable "$install_dir_exists" is being used but in Step 14, "$home_dir_exists" is used in the conditional checks.Workaround1. Update the "Jboss' pattern particularly in Step 14. 2. Change "$home_dir_exists" in the conditional checks and replace it with "$install_dir_exists". 3. Save and Publish the Pattern. 4. Execute the "Pattern Sync to Mid". Related Problem: PRB1457110