Actions
Bug #2239
closedSecond copy of datasource fails on reload of workflow
Start date:
11/02/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2239
Description
If there are 2 copies of an eml datasource in a workflow, then one will fail to
open (stays red) when a saved version of the workflow is re-opened.
Updated by Matt Jones about 19 years ago
This could either be a cache/object manager problem, or a problem in the data
source actors (eg EML200DataSource) or both. Assigning to tao to investigate.
Updated by Jing Tao over 18 years ago
Since in data cache system, one same data entity will have same thread to
download it. If one workflow have two same data source actors, this will cause
problem. We add new boolean flag in system to make sure the downloading will be
finished one by one. This bug has been fixed.
Actions