Retry time cycle specific to a task and externalized in yml

Hello,

I would like to set different retry time cycles on a few tasks.
image

I don’t want values to be hard coded in my bpmn schema.
Instead I would like to externalize value in yml (it’s a SpringBoot app).

Is it possible ? And is it a good idea ?

Thx

Hi @yoann,

yes this possible.

Have a look at this post how you can do it: Pass configuration values to bpm - #2 by Ingo_Richtsmeier

Hope this helps, Ingo