We've introduced a new runtime flag, support-halt-effect-in-computed-inputs
, which controls how halt
effects are handled during the computation of a computed-input
.
If specified, then during the computation of a computed-input
and a halt
effect is encountered, the capsule execution will halt. If this is not the desired effect, reconsider how you implement Effects in your actions.
If this flag is not specified, if a halt
effect is encountered during a computed-input
, execution proceeds and the input remains empty, as the computation never completes.
For more information, see runtime versions and runtime flags.
capsule {
...
runtime-flags {
concepts-inherit-super-type-features
modern-prompt-rejection
support-halt-effect-in-computed-inputs
}
}
Learn more about the deprecation stages.
Copyright 2024 Samsung All rights reserved