How to get preceding Task name/id from the tast triggered on Task Failure.
Hello,
I have a scenario like- I have two task A and B. I call task B if the task A failed. Now , my intension is to get the Task name or id of task A from task B. I have tried a lot in differect community but no luck yet.
There are multiple Task in level A. Task B can be triggered from any of the task in level A. As a result I need some tricks to find the Task name that actually triggered task B.