Show all dependencies

This section defines whether to show all dependencies displayed, regardless of their being satisfied or not.

ShowDependencies
When you open the dependencies panel from Monitor jobs and Monitor job streams task results, by default only Not Satisfied dependencies are shown. Uncomment this section and leave the value set to "true" to have all dependencies displayed, regardless of their being satisfied or not. Possible values are:
true
All dependencies displayed, regardless of their being satisfied or not.
false
Only not satisfied dependencies are displayed.
<?xml version"1.0"?>
<tdwc>
 
.
.
 <settings>
  <ShowDependencies>
   <property name = "AlwaysShowAllDependencies"    
             value="true"></property>
  </ShowDependencies>
 </settings>
.
.
 </tdwc>
See TdwcGlobalSettings.xml sample to view the complete syntax for the file.

For more information about how to customize global settings, see Customizing your global settings.