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

Add schdeduledwf-module maven module without conductor server #10

Closed jas34 closed 3 years ago

jas34 commented 3 years ago

Release v1.0.0 contains conductor-server-all module in the scheduledwf-core module. There can be two types of usages of scheduled workflow module:

  1. users who want to use scheduling capability from scheduledwf because they have their own fork of conductor server. For them, we need a module that comes with bare minimum dependencies of:
    • conductor-core
    • conductor-mysql
    • conductor-jersey
  2. users who do not use any fork of conductor but directly run conductor either as a jar build or docker image. They can keep using scheduledwf-server module.