Expand description
§Floxide Timer
Timer-based node extensions for the Floxide framework.
This crate provides time-based workflow capabilities through the TimerNode trait and various time-based schedule implementations.
Structs§
- Nested
Timer Workflow - A nested timer workflow that can be used as a standard node
- Simple
Timer - A simple timer that executes a function based on a schedule
- Timer
Node Adapter - An adapter to use a timer node as a standard node
- Timer
Workflow - A timer workflow that orchestrates execution of timer nodes
Enums§
- Schedule
- Represents a time schedule for execution
Traits§
- Timer
Action Ext - Extension trait for ActionType to provide timer-specific actions
- Timer
Node - A node that executes based on time schedules