|
From: Marco B. <mar...@gm...> - 2007-01-31 13:46:43
|
On 1/31/07, Almen, Mark Tomas <M....@sp...> wrote: > > > Got it Marco it looks like this: > processes = getattr(wf, 'Processes') > production = getattr(processes, 'production') > activity = getattr(production, 'query_to_pdf') > app = activity.application > > return activity.push_application > > Thanks. > Beware! the push_application is the application which is used to push the workitem to the user, not the application which is returned by getApplicationUrl. Regards Marco -- Marco Bizzarri http://iliveinpisa.blogspot.com/ |