Accesing the elements of a task from outside the task

Hi,

I am trying to access the elements of a task from outside of the task?
How to achieve this?

Thanks and Regards
Goutham K

In reply to Goutham K:

Not recommended, but you can declare your elements as static variables inside the task and reference them hierarchically from outside. A better option is moving the element outside the task.