Author Topic: Modify notes in running jobs?  (Read 3904 times)

jonathan

  • Jr. Member
  • **
  • Posts: 3
Modify notes in running jobs?
« on: April 03, 2008, 10:10:17 PM »
Is there a way to modify the job notes for an already-submitted job? As best I can tell, it can only be specified when the job is first submitted. We'd like to use that field to draw attention in the GUI to various runtime conditions encountered by the job ("hey, my log file is getting huge!").

Thanks,
Jonathan

Scot Brew

  • Hero Member
  • *****
  • Posts: 272
    • PipelineFX
Re: Modify notes in running jobs?
« Reply #1 on: April 03, 2008, 10:54:00 PM »
Yes, modifying the "Notes" field of a non-complete job is a feature added for Qube 5.3, that was released earlier this week.  It can be specified through the GUI with Rt-Click->Modify, through the command line with "qbmodify --mnotes", and through the python API with qb.modify().

Note that presently it will only allow one to modify the notes of a job that is in an incomplete state (pending, running, blocked).