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** Occurs only when due to some reason cluster restarted. Below error noticed whenever cluster restarted ERROR com.netflix.conductor.locking.redis.RedisLock  - Failed to acquireLock for lockId: f19a832a org.redisson.client.RedisException: ERR Error...

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 Integrate OpenTelemetry with Conductor in order...

type: feature

https://github.com/Netflix/conductor/blob/954c9a8dfd6a478747c8d95d108ebf1162451bb3/client/src/main/java/com/netflix/conductor/client/http/ClientBase.java#L257 I'm creating this issue to track a log forging vulnerability being report by a couple of security scans in ClientBase.java on the line linked to above. The vulnerability is...

help_wanted

**Describe the bug** Different worker threads poll the same duplicated task message. In other words, the same task message could be polled twice by different worker threads sometimes and I...

type: bug
help_wanted

There is a scenario that we have where terminating a workflow that has a subworkflow causes a StackOverflowError. This happens because the terminateWorkflow method goes thru its list of tasks...

type: bug

Hello guys i have a problem with the Event Handlers. I have two workflow and three event handlers (2 "start_workflow" and 1 "complete_task") Both worflow has got as first task...

help_wanted

**Describe the bug** Workflow Timeline: Cannot read properties of undefined (reading 'map') at Timeline.jsx:43 **Details** Conductor version: 3.3.6 Persistence implementation: MySQL **To Reproduce** Steps to reproduce the behavior: 1. Go...

type: bug
UI

I am currently evaluating Conductor as an orchestration framework, and am attempting to get all four containers (elasticsearch, dynomite, conductor-ui and conductor-server) to spin up successfully in Kubernetes. Is there...

enhancement

Hi, Did anyone try re running workflow from a event task. I have defined a workflow with 3 tasks. First task is simple task, second task is Event task and...

type: bug

### Discussed in https://github.com/Netflix/conductor/discussions/2603 Originally posted by **pankajthamkeappdirect** November 28, 2021 Hi Team, in the change log it is mentioned that **Removed OAuth Support in HTTP task** Most of the...

help_wanted