Timer boundary in service task

Hi,
i’m using camunda 7.13

and i would like use a timer boundary event on a service task that runs java delegate code.

The java code (spring bean) execute a potentialy slow computation emulated with 10 http request to httpbin delay/10 endpoint, the execution last about 100 seconds.
The timer configured with PT1M doesn’t fire, while it works like a charm on a user task.

Thanks in advance.

It’s likely your question will be answered by this thread.

Great!
Your explanation ends with the question:
“So this brings me to the next question - what exactly is the end goal you’re trying to reach?
Are you trying to set the limit on the time a service task will run?”
My answer Is yes, can this be achived?