we need an option to store outputs
dcb9 opened this issue · 2 comments
dcb9 commented
add an option like this:
POST /job/
{
... ...
"storeOutput": boolean
}
then have to think about how to store the outputs. the easiest way is store it with JobStat
See the code