Actions
Bug #3466
closedworkflow can fail to load when using ParameterSet
Start date:
08/06/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3466
Description
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.
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.
Files
Updated by Daniel Crawl almost 10 years ago
- Target version changed from 3.X.Y to 2.X.Y
Updated by Christopher Brooks almost 9 years ago
I can't replicate this under Mac OS X. The original bug was from 7 years ago.
Updated by Daniel Crawl almost 9 years ago
- Status changed from New to Works For Me
I can't reproduce either, so I'm closing the bug.
I no longer use ParameterSet, since "kepler.sh -paramFile ..." is more flexible.
Actions