Skip to content

capturegraph.procedures.nodes.automatic #

Automatic Procedures#

Automatic procedures execute without user interaction and handle logic, data transformation, and control flow within procedure workflows. These procedures run immediately when their inputs are available.

These procedures form the computational backbone of CaptureGraph workflows, providing everything from simple constant values to complex conditional logic. They enable sophisticated workflow behavior while maintaining the declarative nature of the DSL. All automatic procedures enable complex workflow logic without requiring user intervention.

Modules:

Name Description
constant

Constant Value Procedures

control

Control Flow Procedures

conversions

Data conversion procedures transform data from one type to another while preserving

download

Download procedures for fetching remote resources.

operators

Operator Procedures

structural

Structural Procedures

user_information

User Information Procedures