Expand description
External workflow system integrations.
Provides integration with popular workflow orchestration platforms:
- Apache Airflow
- Prefect
- Temporal.io
- Webhooks
- Message queues (Kafka, RabbitMQ)
Re-exports§
pub use airflow::AirflowIntegration;pub use prefect::PrefectIntegration;pub use temporal::TemporalIntegration;
Modules§
Structs§
- Integration
Config - Integration configuration.
- Integration
Manager - Integration manager for external systems.
- Retry
Config - Retry configuration.
- Webhook
Config - Webhook configuration.
Enums§
- Auth
Config - Authentication configuration.
- Http
Method - HTTP method enumeration.
- Integration
Type - Integration type enumeration.