Hi,
in my project I’m using external task pattern. Now I wanted to plug in some code execution on external task events similarly as it is done for user tasks in Reactor plugin. For example on events like:
extermal_task.created
,
extermal_task.locked
,
extermal_task.lock_expired
,
extermal_task.completed
,
extermal_task.failed
,
how can i approach this problem? is there some ready solution similar to reactor plugin?