Files
wehub-resource-sync a9cd7750f4
CI / detect-changes (push) Waiting to run
CI / build (push) Waiting to run
UI v2 CI / E2E (Mocked) (push) Blocked by required conditions
UI v2 Integration CI / E2E (Integration) (push) Waiting to run
CI / unit-test (push) Blocked by required conditions
CI / test-harness (push) Waiting to run
CI / generate-e2e-matrix (push) Waiting to run
CI / e2e (push) Blocked by required conditions
CI / build-ui (push) Waiting to run
Publish docs via GitHub Pages / Deploy docs (push) Waiting to run
Release Drafter / update_release_draft (push) Waiting to run
UI v2 CI / Lint, Format & Test (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:37:56 +08:00

4.5 KiB

description
description
Related Projects — community SDKs, tools, and integrations built around the Conductor workflow orchestration platform.

Community projects related to Conductor

Client SDKs

Further, all of the (non-Java) SDKs have a new GitHub home: the Conductor SDK repository is your new source for Conductor SDKs:

All contributions on the above client SDKs can be made on Conductor OSS repository.

Microservices operations

Conductor deployment

OAuth2.0 Security Configuration

OAuth2.0 Role Based Security! - Spring Security with easy configuration to secure the Conductor server APIs.

Docker image published to Docker Hub

Conductor Worker utilities

Conductor Web UI

Conductor Persistence

Mongo Persistence

Oracle Persistence

Schedule Conductor Workflow

  • https://github.com/jas34/scheduledwf - It solves the following problem statements:
    • At times there are use cases in which we need to run some tasks/jobs only at a scheduled time.
    • In microservice architecture maintaining schedulers in various microservices is a pain.
    • We should have a central dedicate service that can do scheduling for us and provide a trigger to a microservices at expected time.
  • It offers an additional module io.github.jas34.scheduledwf.config.ScheduledWfServerModule built on the existing core of conductor and does not require deployment of any additional service. For more details refer: Schedule Conductor Workflows and Capability In Conductor To Schedule Workflows