Skip to content

Commit

Permalink
Include missing trigger in overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMozaffar committed Aug 15, 2024
1 parent 39919e8 commit 7fa691a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Conditions or events that initiate task execution. It includes
- **OnStartUp**: Runs when the application starts.
- **OnShutDown**: Executes during application shutdown.
- **Forever**: Continuously runs a task in an infinite loop.
- **Cron**: Uses cron syntax for scheduling.
- **OrTrigger**: Initiate with a list of triggers, and executes when at least one of the included triggers activate.

### 5. Group

Expand Down

0 comments on commit 7fa691a

Please sign in to comment.