<html>
<head>
<style>
body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color:#484848;
}
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
h1 { font-size: 1.2em; }
h2, h3 { font-size: 1.1em; }
a, a:link, a:visited { color: #2A5685;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: 0;
}
.footer {
  font-size: 0.8em;
  font-style: italic;
}
</style>
</head>
<body>
<span class="header"></span>
Issue #3466 has been updated by Daniel Crawl.

<ul>
  <li><strong>Target version</strong> changed from <i>3.X.Y</i> to <i>2.X.Y</i></li>
</ul>


<hr />
<h1><a href="https://projects.ecoinformatics.org/ecoinfo/issues/3466#change-21877">Bug #3466: workflow can fail to load when using ParameterSet</a></h1>

<ul>
<li>Author: Daniel Crawl</li>
<li>Status: New</li>
<li>Priority: Normal</li>
<li>Assignee: Chad Berkley</li>
<li>Category: general</li>
<li>Target version: 2.X.Y</li>
  <li>Bugzilla-Id: 3466</li>
</ul>

<p>A parameter specified in a ParameterSet's config file may be referenced, e.g., in an actor before ParameterSet has loaded the file. When the workflow is loaded, there is a race condition between setting the ParameterSet's file parameter and actor parameters.</p>


        <p>I'm attaching a simple example workflow and ParmeterSet config file. (You'll need to change the path to the config file). The workflow sometimes gets an error when it is opened in Kepler.</p>


<hr />
<span class="footer"><p>You have received this notification because you have either subscribed to it, or are involved in it.<br />To change your notification preferences, please click here: <a class="external" href="https://projects.ecoinformatics.org/ecoinfo/my/account">https://projects.ecoinformatics.org/ecoinfo/my/account</a></p></span>
</body>
</html>