In reply to vamshikrishnaboosam:
You need to declare the task as automatic. Otherwise the arguments to the task get overwritten when called in parallel.
In reply to vamshikrishnaboosam:
You need to declare the task as automatic. Otherwise the arguments to the task get overwritten when called in parallel.