Skip to content

process

process #

Nodes that execute immediately without user interaction.

Process nodes execute immediately without user interaction. They handle logic, data transformation, and control flow, running as soon as their inputs are available.

The category spans constant values (Constant*), operators (Bool*, Number*, Location*, Time*, Procedure*), control flow (IfThenElse, AssertBool), structural composition (ProcedureSequence, ProcedureSet, ProcedureWhile), conversions (Convert*), downloads, and system queries. They form the computational backbone of CaptureGraph workflows while preserving the declarative nature of the DSL.