You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacopo Cappellato <ti...@sastau.it> on 2007/03/22 11:34:17 UTC

Adding a new field to the runAsync method

I would like to specify a job name for the jobs submitted using the 
runAsync method (in a similar way the dispatcher.schedule(...) does).

What about adding a new optional field to the runAsync method calls to 
explicitly set the jobName?
This information should be stored in the JobSandbox.jobname field if the 
job is persisted.
This would obviously need a change to the LocalDispatcher interface 
(adding a new overloaded runAsync method) and so it is a pretty 
important change.

Jacopo