📄️ Data Piping
Data piping in Ductape enables dynamic referencing and transfer of data between feature inputs, event sequences, and outputs. It is a core mechanism for building flexible, reusable, and maintainable workflows. Data piping is used throughout the SDK, especially in IFeatureEvent and output mapping.
🗃️ Event Types
8 items
📄️ Caching Events
Caching events in Ductape allow you to temporarily store and reuse the results of expensive or frequently accessed operations within your feature workflows. By leveraging caching, you can improve performance, reduce redundant processing, and optimize resource usage in event-driven applications.
📄️ Sequencing Events
Event sequencing in Ductape allows you to define the order and logic by which actions and events are executed within a feature. Sequences are described using the IFeatureSequence and IFeatureEvent types from the SDK, enabling you to build complex, conditional, and multi-step workflows.