Hi I am working on a project with MQX 2.5.
I have dynamically created a task1 sitting on another task2 to perform some data upgrade (data taken from USB).
If that data is incompatible I return from data upgradation process and block the task1 and further when I return to Task2 I destroy the task1.
If I again try to data upgrade it stuck while creating the task1 again. This time task1 status is eventblkd.
Also I am doing same activity on other project with MQX 3.7, its working fine.
Can anybody guide me how to dynamically create and destroy task in MQX 2.5.