You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flows should be able to be triggered by events and cron jobs. Events and cron jobs should be modules passed to Semaphore. This allows for multiple modules being developed and the ability to develop specific modules for specific environments.
Below is some proposed syntax. The final syntax is not decided yet.
event"SendEmail""nats""orders" {
// additional options could be passed over here
}
cron"SendEmail""0 * * * *" {
// additional options could be passed over here
}
The text was updated successfully, but these errors were encountered:
Flows should be able to be triggered by events and cron jobs. Events and cron jobs should be modules passed to Semaphore. This allows for multiple modules being developed and the ability to develop specific modules for specific environments.
Below is some proposed syntax. The final syntax is not decided yet.
The text was updated successfully, but these errors were encountered: