|
|
@ -349,6 +349,8 @@ |
|
|
|
dependence: {}, |
|
|
|
dependence: {}, |
|
|
|
// cache dependence |
|
|
|
// cache dependence |
|
|
|
cacheDependence: {}, |
|
|
|
cacheDependence: {}, |
|
|
|
|
|
|
|
//task code |
|
|
|
|
|
|
|
code:'', |
|
|
|
// Current node params data |
|
|
|
// Current node params data |
|
|
|
params: {}, |
|
|
|
params: {}, |
|
|
|
// Running sign |
|
|
|
// Running sign |
|
|
@ -490,6 +492,7 @@ |
|
|
|
type: this.nodeData.taskType, |
|
|
|
type: this.nodeData.taskType, |
|
|
|
id: this.nodeData.id, |
|
|
|
id: this.nodeData.id, |
|
|
|
name: this.name, |
|
|
|
name: this.name, |
|
|
|
|
|
|
|
code:this.code, |
|
|
|
params: this.params, |
|
|
|
params: this.params, |
|
|
|
description: this.description, |
|
|
|
description: this.description, |
|
|
|
runFlag: this.runFlag, |
|
|
|
runFlag: this.runFlag, |
|
|
@ -613,6 +616,7 @@ |
|
|
|
type: this.nodeData.taskType, |
|
|
|
type: this.nodeData.taskType, |
|
|
|
id: this.nodeData.id, |
|
|
|
id: this.nodeData.id, |
|
|
|
name: this.name, |
|
|
|
name: this.name, |
|
|
|
|
|
|
|
code: this.code, |
|
|
|
params: this.params, |
|
|
|
params: this.params, |
|
|
|
description: this.description, |
|
|
|
description: this.description, |
|
|
|
runFlag: this.runFlag, |
|
|
|
runFlag: this.runFlag, |
|
|
|