Hi Graeme, First, you need to subscribe to this list, otherwise I wind up needing to moderate your emails through. There's a description of how to do that on the manifoldcf.apache.org site.
Second, to answer your specific question, the jobid is an internal construct of the framework, which if an individual connector were to depend upon would mean that internals of the ManifoldCF framework would become a dependency of connector writers. That's clearly not a good idea. We expose all the functionality you are supposed to use via the IxxxActivity interfaces. If what you need is not in there, please let me know what you are looking for and we'll find a way to do it. Thanks, Karl On Mon, Dec 9, 2013 at 11:30 AM, Graeme Seaton <[email protected]>wrote: > Hi, > > Have been digging through the code but cannot figure out how to retrieve > the current jobid from within the thread executing a given output > connector. Is it possible and if so how? > > Regards, > > Graeme >
