Managing Long Running Jobs

Top  Previous  Next

As well as transactions there are other long running jobs that are suited to asynchronous processing. These include import and export of topic maps. Like the Transaction processing import and export is done by creating a job in the context of a specific topicmap. A job is a resource in its own right, it has properties such as Job data that is used when processing the job. e.g. the job data for an import will be XTM or RDF and for a transaction it will be the uploaded transaction representation.

 

The jobs for a topic map can be found at the following URL

 

http://{server}/web3/topicmaps/{topicmapid}/jobs

 

Jobs can be canceled if job processing has not yet started.