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 Describe the components expected structure of the hash as follows: here. 

 <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. 

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

Back