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

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 The name _EXCLUSIVE_JOIN_ does not do...

help_wanted
type: feature

Pull Request type ---- - [X] Refactoring (no functional changes, no api changes) Using String task to enable custom tasks and taskMapper to be implemented in future.

type: maintenance

一.description. - Conductor version: v3.10.1 - Persistence implementation: Postgress conductor.db.type=postgres spring.datasource.url=jdbc:postgresql://127.0.0.1:8002/conductor spring.datasource.username=test spring.datasource.password=test123 spring.datasource.hikari.maximum-pool-size=10 spring.datasource.hikari.minimum-idle=2 - Lock: Redis Conductor server: application.properties is as follows: conductor.app.workflowExecutionLockEnabled=true conductor.workflow-execution-lock.type=noop_lock conductor.redis-lock.serverType=single conductor.redis-lock.serverAddress=redis://127.0.0.1:6379 conductor.redis-lock.namespace=conductor 1....

Pull Request type ---- - [x] Bugfix Changes in this PR ---- _Describe the new behavior from this PR, and why it's needed_ Issue #3139 https://github.com/Netflix/conductor/issues/3139 This restores the left-side...

Trying to work with SQS and did not manage due to error : unknown queue type: sqs 1- how to fix it ? 2- how do i know i connected...

**Describe the bug** Subworkflow version cannot be called dynamically, it must be an integer. This works ```json “subWorkflowParam”: { “name”: “my_workflow”, “version”: 2 } ```` This does not work: ```json...

enhancement
help_wanted

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 Dockerhub official OpenJDK repo is being...

help_wanted
type: feature

**Bug description:** When workflow contains a loop with a switch inside it, after the switch is passed, the workflow execution page loaded as empty page **Details:** Conductor version: 3.9.2 Workflow...

type: bug

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

If you are using Conductor at the company you work with, add the name of your company and your Github handle to the list at https://github.com/netflix/conductor/blob/main/WHOSUSING.md

Stale
good first issue