Ok, this may be a realy newbie question, but I honestly can't find the answer in the manuals. Given task with ID x, how do i find out its parent job?
Not quite...I need to be able to get a hold of the owning job, not task, of any given task. Boss wants job description to show next to task description in the ccstd portlet... which is a whole other mess, so i need to be able to link up a given task to it's owning job in order to capture its description.
I need to gather this information, put it in a java object, and place it in a jsp so i can make a portlet to replace the my_tasks portlet. It needs to be able to show up right next to Task description in the ccstd portlet... so i'd be well outside a workflow. However, if i can do it with an external task can i assume it's just perl code i could manipulate outside of a workflow?