fabioformosa / quartz-manager

REST API and UI Console Manager for Quartz Scheduler. This is a Java Library & UI embeddable single page app, to control and monitor jobs scheduled with Quartz Scheduler
Apache License 2.0
240 stars 87 forks source link

TriggerType: SimpleTrigger #56

Closed fabioformosa closed 2 years ago

fabioformosa commented 2 years ago

As a user, I want to create a SimpleTrigger So I can set all properties provided by a SimpleTrigger, not covered by the current trigger

This story is part of the epic #52

The UI will look for a simple trigger with a given name otherwise the user could create a simple trigger with the given name

fabioformosa commented 2 years ago