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

Hello, I am having an issue starting up my Spring boot 3 application with netflix conductor. Getting the following exceptions on startup. `...Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.netflix.conductor.client.http.WorkflowClient]: Factory...

type: bug

**Describe the bug** Docker compose build is failing when trying to build `conductor-ui` **Details** Conductor version: https://github.com/Netflix/conductor/commit/f07dc36f08dcaf91cb40ea6ee211c840de5ac8f3 **To Reproduce** Steps to reproduce the behavior: 1. Clone the repo. 2. Go...

type: bug

WHile running **docker-compose build** command, I am encountering following error, `ERROR: failed to solve: process "/bin/sh -c yarn install" did not complete successfully: exit code: 1 ERROR: Service 'conductor-ui' failed...

type: bug

Hello, I'm using conductor 2.10.1(an old version yes :/ but changing the version is a choice for us now) So the main problem is that we have a schedued job...

help_wanted
type: feature

1. Create do 2. Create parallel 3. Create while 4. Run process 5. Error => Fork task definition is not followed by a join task. Check the blueprint

type: bug
help_wanted

**Describe the bug** The ../gradlew bootRun command fails to run. **Details** Latest from the source as of today. **To Reproduce** 1. take latest code from GitHub main 2. run ../gradlew...

type: bug

Hi All, I'm trying to integrate redis-lock in conductor 3.13.7 with below configuration. **Details** conductor.app.workflowExecutionLockEnabled=true conductor.workflow-execution-lock.type=redis conductor.redis-lock.serverType=cluster conductor.redis-lock.serverAddress=redis://********* conductor.redis-lock.serverPassword= conductor.redis-lock.serverMasterName=master conductor.redis-lock.namespace=test_conductor_lock But conductor fails to start properly with the following...

type: bug

Please read our [contributor guide](https://github.com/Netflix/conductor/blob/main/CONTRIBUTING.md) before creating an issue. Also consider discussing your idea on the [discussion forum](https://github.com/Netflix/conductor/discussions) first. ## Describe the Feature Request In order to improve performance, we...

help_wanted
type: feature
good first issue

Building Version 3.13.7 in docker results to this: An exception occurred applying plugin request [id: 'nebula.netflixoss', version: '10.6.0']Build file '/srv/utilityserver/conductor-3.13.7/build.gradle' line: 22Failed to apply plugin class 'nebula.plugin.netflixossproject.publishing.PublishingPlugin'. > Task with...

type: bug

**Describe the bug** We're seeing workflow failures around a specific task that has a retryCount, retryDelaySeconds and retryLogic implemented in its configuration, but Conductor isn't attempting the retries. **Details** Conductor...

type: bug