Bixby Developer Center

Guides
References

6729

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.

Example

capsule {
...
runtime-flags {
concepts-inherit-super-type-features
modern-prompt-rejection
support-halt-effect-in-computed-inputs
}
}

Deprecation Stages (learn more)

  • Stage 1: This deprecation is currently in Stage 1 and is safe to use until the time that we provide a formal deprecation schedule.