Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.1-incubating, 0.2
-
while working on
OODT-156
Description
I noticed while working on OODT-156, I noticed that in the
WorkflowConditionConfiguration
class, I noticed some areas for refactoring improvement:
- there is a method #getTaskConfig (this should be #getCondConfig) - I am going to deprecate #getTaskConfig, leave it, and add the more natural #getCondConfig.
- the default WorkflowCondition constructor doesn't create a new WorkflowConditionConfig – neither does the parameter-based one. This should be fixed, else you always have to create a blank config and set it which is a pain.