Hey,
is it possible to use a variable value(or an expression) in flowable:failedJobRetryTimeCycle?
I’m using Flowable 6.5.0.
I already tried these with no success:
- <flowable:failedJobRetryTimeCycle>${myVar}</flowable:failedJobRetryTimeCycle>
- <flowable:failedJobRetryTimeCycle>#{myVar}</flowable:failedJobRetryTimeCycle>
myVar value is R5/PT1M .
Thanks.