Bixby Developer Center

Guides

6729 (Halt In Computed Inputs)

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 about the deprecation stages.

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