scheduledwf icon indicating copy to clipboard operation
scheduledwf copied to clipboard

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.

Results 9 scheduledwf issues
Sort by recently updated
recently updated
newest added

Long time this repository has not been updated. Any plans on working with conductor-oss v3.16.0+?

Hi, I have a question: I would love to use your scheduler, however I'm very unfamiliar with Java. I'm using the docker image of conductor. How can I use your...

This version is compatible to conductor-boot v3.13.5 Besides mySQL, additionally supports PostgreSQL for persistent storage

While working on the PR with @vivianzheng404 on the PR - #32 we realised that we should opt for the exception handling design which is similar to conductor version v3.13.5....

enhancement
help wanted

While working on the PR with @vivianzheng404 on the PR - https://github.com/jas34/scheduledwf/pull/32, we realised that the conductor has changed `IDGenerator` from static class to a spring bean (Ref https://github.com/Netflix/conductor/pull/2910). For...

enhancement
help wanted

While working on the PR with @vivianzheng404 on the PR - https://github.com/jas34/scheduledwf/pull/32 we realised that the conductor has introduced a priority parameter within the workflow start method. In PR #32...

enhancement
help wanted

DELETE /scheduling/metadata/scheduleWf/{name} should be exposed from Scheduled Workflow Metadata Management resource. Delete should: - mark metadata definition for DELETE and with deletion time of future. - `DefaultSchedulerManager` should cancel running...

enhancement

As of today `Scheduler Management` offers only three APIs: 1. GET /scheduler/managers - returns list of scheduler managers 2. GET /scheduler/scheduled/workflows - returns a list of scheduled workflows based on...

enhancement