jas34 / scheduledwf

Schedule Conductor workflow is a scheduler as a service that runs in the cloud with Netflix conductor embedded in it. It runs as an extension module of conductor.
https://github.com/jas34/scheduledwf
Apache License 2.0
24 stars 16 forks source link

Correct `CronBasedScheduledProcess` Signatures #16

Closed jas34 closed 3 years ago

jas34 commented 3 years ago

Currently CronBasedScheduledProcess<Job> is denoted by generic param. We should have fixed signature for CronBasedScheduledProcess having ScheduledProcess<Job> where Job = com.coreoz.wisp.Job