@n3wt0n We have a scenario where 2 decorators are getting injected in our pipelines from 2 different extensions. The problem statement is we want say 1st decorator to check what all tasks are injected by 2nd decorator and then take a decision whether to let 2nd decorator run or fail the build based on tasks.
Is there a way to control this behavior based on our business case?
Can you please suggest asap as it is a blocker for us.