|
|
|
@ -35,7 +35,7 @@ public class DependentItem {
|
|
|
|
|
private String dateValue; |
|
|
|
|
private DependResult dependResult; |
|
|
|
|
private TaskExecutionStatus status; |
|
|
|
|
private Boolean parameterPassing; |
|
|
|
|
private Boolean parameterPassing = false; |
|
|
|
|
|
|
|
|
|
public String getKey() { |
|
|
|
|
return String.format("%d-%d-%s-%s", |
|
|
|
|