Project

General

Profile

Idea #8703

Updated by Brett Smith about 8 years ago

Jobs that want to indicate child work will do so by filling the components hash as follows: 

 <pre>{ 
   "label1": "abcde-j7d0g-abcde...", 
   "label2": "abcde-p5p6p-abcde...", 
   ... 
 }</pre> 

 Interfaces that want to incorporate information about child work (like Workbench) will use this information to find that child work. 

 Only the API client authorization that holds the job lock can update this field. 

 Don't forget to add to the API documentation for this new field.

Back