Start Task - Assign output variable
Posted: Wed Jun 20, 2012 10:26 am
I want to start a task (Task 2 - template task) from another task (Task 1)
and retrieve values of local variables of task2 in the main task (task1).
It's ok to pass parameters between Task1 to task2 but in the other direction ...
How can I do?
- A first solution is to use global variables (but be careful if several tasks use the same Task2).
- Another solution is to put the information into a file (whose name has been given as parameter) and read the result after processing Task2
Do you have other ideas or recommendations?
and retrieve values of local variables of task2 in the main task (task1).
It's ok to pass parameters between Task1 to task2 but in the other direction ...
How can I do?
- A first solution is to use global variables (but be careful if several tasks use the same Task2).
- Another solution is to put the information into a file (whose name has been given as parameter) and read the result after processing Task2
Do you have other ideas or recommendations?