-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.8.0
Problem:
- it's not possible to use a Spring bean in the retry time cycle expression
Steps to reproduce:
- create a process application with Spring
- create a process with an async task which fails on runtime
- set the retry time cycle to an expression that invokes a Spring bean (e.g.
${retryConfig.getRetry()}
- deploy a process application on a shared process engine
- start a process instance
AT:
- I can use a Spring bean in an retry time cycle expression