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

Task is not retried after first attempt when a retry is triggered from event queue when using workflowId and taskRefName. https://github.com/Netflix/conductor/blob/9e80c4af02c504072dfc775fb97430907bc1097c/core/src/main/java/com/netflix/conductor/core/events/SimpleActionProcessor.java#L130-L146 With multiple created task under a taskRefName due to...

type: bug

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

**Describe the bug** A clear and concise description of what the bug is. **Details** Conductor version: 3.11.0 Persistence implementation: redis Queue implementation: redis Lock: Redis Workflow definition: Task definition: Event...

Stale

When removing a workflow instance using the CRUD API. The workflow index itself is removed from ElasticSearch, but the attached tasks are not removed. When doing a `\DELETE` on the...

**What bothers me** SWITCH task is marked as COMPLETEd immediately after processing expression. With this behaviour it is dangerous to use it in DO_WHILE task, where every iteration is marked...

type: bug
help_wanted

**Describe the bug** A clear and concise description of what the bug is. **Details** Conductor version: 3.11.0 Persistence implementation: Redis Queue implementation: Redis Lock: Redis Workflow definition: `{ "createTime": 1663828820563,...

I had created HTTP task with conductor version 3.9.2 with below workflow definition.. When i try to call ,It always throws error "Failed to invoke HTTP task due to: java.lang.Exception:...

Bumps [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.19 to 0.9.1. Release notes Sourced from protobuf-gradle-plugin's releases. v0.9.1 is released Fixed bugs Fixed a regression from 0.8.x where the proto source set filters were not...

type: dependencies
java

Bumps com.google.protobuf from 0.8.19 to 0.9.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf&package-manager=gradle&previous-version=0.8.19&new-version=0.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

type: dependencies
java

Pull Request type ---- - [X ] Bugfix - [ X] Refactoring (no functional changes, no api changes) **NOTE**: Please remember to run `./gradlew spotlessApply` to fix any format violations....