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** two subworkflow were forked in FORK_JOIN_DYNAMIC. ![image](https://github.com/Netflix/conductor/assets/93497583/c7f76509-b4cd-42b8-bb3d-95391efdb26d) **Details** Conductor version: Persistence implementation: MySQL Queue implementation: Dynoqueues Lock: Local Workflow definition: Task definition: Event handler definition:

type: bug

**Describe the bug** While running Netflix conductor on EKS V1.26 (or 1.24+) cluster which use containerd as the runtime, the Netflix Conductor ServerAndUi image causes the pod to be stuck...

type: bug

After #3764 if the checked string ends with a new line + space the variables are not resolved. See test below: ```java @Test public void testNestedPathExpressions() throws Exception { var...

type: bug

Describe the bug Updating the status of an IN PROGRESS task to IN PROGRESS returns it to SCHELUDED. Details Conductor version: 3.13.6 To Reproduce Make this call: GET /api/tasks/poll/TASK_TYPE And...

type: bug

Hi, my friends ~ I read the code of Conductor because we will use it in our production environment. What confused me is that when Conductor Server polled elements from...

type: bug

**Describe the bug** This is the section in the ServerAndUI dockerfile: ``` # Install Node SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \ && curl...

type: bug

I have deployed conductor v 3.9.2 war on one of my managed server on weblogic and that is pointing to PLATO-O data source. And for that particular managed server I...

type: bug

**Describe the bug** We have enabled the promethues metrics on Conductor Server by adding the following two properties. ``` management.endpoints.web.exposure.include=prometheus,health,info,metrics conductor.metrics-prometheus.enabled=true ``` However, the metrics are not showing up on...

type: bug

The conductor is not setting any variables when a SET_VARIABLE task is followed by a workflow. This is easy to reproduce with a small workflow having a set variable followed...

type: bug

**Describe the bug** Task is marked as "TIME_OUT" after an interval much larger than the time specified in "responseTimeoutSeconds" **Details** Conductor version: 3.18.8 Persistence implementation: MySQL Workflow definition: ```json {...

type: bug