d332d7fefe
Change-Id: I9a87c1e2a0bc5a1ba54d7f93f6b1d077088e5023
9 lines
362 B
YAML
9 lines
362 B
YAML
---
|
|
fixes:
|
|
- |
|
|
For an ad-hoc action, preparing input for its base action was done more
|
|
than once. It happened during the validation phase and the scheduling
|
|
phase. However, input preparation may be expensive in case of heavy
|
|
expressions and data contexts. This has now been fixed by caching a
|
|
prepared input within an AdHocAction instance.
|