Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.2
-
Fix Version/s: 1.3.2
-
Component/s: Configuration, Flowable engine
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | |||
|---|---|---|---|
|
|
|
||
To be able to use up-to-date value for placeholders, we must introduce a new custom JUEL function. This JUEL function will return the current value of a placeholder:
${petals:getPlaceholder('placeholder-name')}or
${petals:getPlaceholderWithDefault('placeholder-name', 'default-value')}${petals:getPlaceholder('placeholder-name')}${petals:getPlaceholderWithDefault('placeholder-name', 'default-value')}