Home

Execution Dependant

This is a type used in Stencila Schema for describing a downstream execution dependant of a node.

It exists to make execution graphs explicit within the document model so Stencila can determine what may need re-execution after an upstream change. This supports incremental execution and dependency-aware tooling.

Key properties identify the dependant node and the relation by which it depends on the current node.

Properties

The ExecutionDependant type has these properties:

NameDescriptionTypeInherited from
dependantRelationThe relation to the dependant.ExecutionDependantRelation-
dependantTypeThe type of node that is the dependant.String-
dependantIdThe id of node that is the dependant.String-
codeLocationThe location that the dependant is defined.CodeLocation-
idThe identifier for this item.StringEntity

Related

The ExecutionDependant type is related to these types:

Bindings

The ExecutionDependant type is represented in:


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

© 2026 Stencila