Hi,

How can one invoke a task from within an Action of another task?
How can one invoke a task from within a groovy method?

A couple days ago someone asked about the need to have a non blocking 
invocation of a task and I posted to this list that they should try something 
like this:

new Thread( { yourTask.execute() } ).start()

I don't know if that solved their issue but I heard back that this was 
something to avoid, because it may be impossible in a future revision.  I am 
wondering what can be done in it's place?  Is there an API to interact with to 
accomplish this?

thanks,
Levi

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to