exp.runs jobStore column | jeckels | 2011-03-28 09:23 |
Status: Closed | ||
Hi Ben, Are you referring to the jobStore column on the pipeline.Job table? That XML block contains the current state of the job if it's still running, or if it encountered an error. So far, it's only been used internally, and hasn't been exposed as JSON. It's a different chunk of XML from the protocol description that can be accessed as either XML or JSON. Also, it should be set to NULL once the job is complete, so it's only available some of the time. Thanks, Josh |
||