Hi, i am currently implementing a plugin we need to prevent Tasks beeing executed on a Executer based on other information from our infrastructure. I got this working by implementing a QueueTaskDispatcher which checks these conditions and returning a CauseOfBlockage.
Now i would like to display this cause in the webapp near to the executer, but i cannot find any extension point/documentation on howto achieve that. I was wondering if there is an easy way of extending / replacing the jelly of the executers? Can you give me a hint? I was also thinking about providing a extension to the Executer class which can hold this information, but ia m not sure on howto inject this. Cheers Phil
