capturegraph.procedures.nodes
#
Procedure nodes are the building blocks of CaptureGraph workflows. They represent discrete actions, operations, and control flow elements that can be connected to create complex data collection and processing procedures.
This package organizes nodes into logical categories including user-interactive procedures for data capture and input, non-interactive procedures for logic and calculations, and file system operations for data storage and organization.
All nodes extend the base Procedure class and declare their return type, enabling strong typing and validation of data flows between connected procedures.
Modules:
| Name | Description |
|---|---|
action |
Action Procedures |
automatic |
Automatic Procedures |
filesystem |
Storage procedures handle file system operations, data persistence, and organization |