conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Conductor is a microservices orchestration engine.

Results 292 conductor issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Occasionally, the waiting task is stuck, waiting for a long time, and the time expires and still does not continue to the next task **Details** Conductor version:3.13.5...

type: bug

Hi,Team,I am using the Docker to run Conductor and I follow this https://conductor.netflix.com/devguide/running/docker.html instruction ,but there is a issue happend ![image](https://user-images.githubusercontent.com/50475131/233097309-ba8145e5-ee94-462b-97de-5ef9c4d6ebc3.png)

type: docs

… postgres persistence Pull Request type ---- - [x ] Bugfix Changes in this PR ---- Changes to properties and configuration to get conductor working with postgres persistence Issue #...

**Describe the bug** docker-compose for conductor with postgres fails with errors related to JedisConnectionException **Details** Conductor version: 3.13.5 Persistence implementation: Postgres **To Reproduce** Steps to reproduce the behavior: 1. Clone...

type: bug

Pull Request type ---- - [ x] Bugfix (https://github.com/Netflix/conductor/issues/2975) Changes in this PR ---- Use docker.elastic.co/elasticsearch/elasticsearch in docker compose instead of elasticsearch from docker hub. The new image support M1....

Pull Request type ---- - [ ] Bugfix - [x] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes (Please run `./gradlew...

**Describe the bug** same task executed multiple time. and poll count shows as 2. as per analysis 2 client pod pick same task at same time from client queue and...

type: bug

Parsing name is not considering task ref name with double underscores - This is not fully fixing the use of this function. There needs to be some kind of validation...

Hi Team, I am experiencing this issue in latest version of conductor Stack 1. orkesio/orkes-conductor-community:1.1.11 2. Redis for workflow execution - 3. Postgres for workflow persistence - **Description of issue**...

**Describe the bug** I didn't see a `asyncComplete` field defined in `com.netflix.conductor.sdk.workflow.def.tasks.Http` class, so I cannot create an asyncComplete enabled HTTP task. I think `com.netflix.conductor.sdk.workflow.def.tasks.Event` may have the same issue....

type: bug