One-Time Schedule-Based Workflow Triggering
This project implements a Temporal-based one-time workflow scheduling system that allows pre-configured actions (like sending emails or logging events) to be executed relative to a future event (e.g. a user's check-in time). It also supports automatic cleanup (pause or delete) of completed schedules.
This project supports:
- One-time workflow execution via Temporal schedules
- Dynamic configuration of actions and metadata
- Post-run cleanup through either a watcher script or a scheduled cleanup workflow
For more information, and instructions on how to get started, see the project README.