Home

Execution Bounds

This is an enumeration used in Stencila Schema for limits placed on node execution.

It exists to let Stencila describe how far execution should proceed in a document or workflow context, using a stable controlled vocabulary instead of ad hoc flags. This is useful for user interfaces, execution planning, and reproducible automation.

See the execution control properties that reference this enumeration.

Members

The ExecutionBounds type has these members:

MemberDescription
MainExecute within the main set of kernels with full capabilities.
ForkExecute within a forked set of kernels with full capabilities.
BoxExecute within a forked set of kernels with restricted capabilities.

Bindings

The ExecutionBounds type is represented in:


This documentation was generated from ExecutionBounds.yaml by docs_types.rs.

© 2026 Stencila