External task lifecycle event listener

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?

Hi @Cynizm Camunda does not provide Tasklisteners for External tasks at the moment. So I don’t think there is a similar solution like the Reactor plugin to it.