OpenWGA 7.9 - TMLScript reference
JobContextProperty :
previousResult
| On object | JobContext |
| Usage |
Returns the result of a previous task |
| Description |
This is the content of jobContext.result that the previous task on this job may have set. null if it was not set or there is no previous task. |
| Default value |
null |
| Writable | False |
| Return value |
Result value of previous task |
| Allowed in script types |
|