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

I have my tasks in the following way. ``` T1 -> D1 -> true -> T2 -> T3 -> false -> T4 -> T5 ``` Step1: Start the workflow Step2:...

help_wanted

I have my tasks in the following way. ![image](https://user-images.githubusercontent.com/35539454/52239949-4686fa80-2895-11e9-8234-d8de1b3482ae.png) Step1: Started and Completed workflow with Decision as "true". Step2: Reran the same workflow from Task1. Step3: Skipped Task2 before Completing...

help_wanted

Hello, working on 1.8.2. I have a query regarding the timeout and retry for simple tasks. simple task definition. { "name": "test_task", "taskReferenceName": "test_task_1", "retryCount": 3, "timeoutSeconds": 10, "inputParameters": {...

help_wanted

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

**Describe the bug** I have more than 100 workers in an application which poll task from conductor server every 10ms. Some tasks never polled for a long time. It seems...

type: bug

## What are you missing in the docs I'd like to know how to make conductor deployment production ready. in production ready environment it needs at least automatic failover, autoscaling,...

type: docs
Stale

Pull Request type ---- - [X] Bugfix **NOTE**: Please remember to run `./gradlew spotlessApply` to fix any format violations. Changes in this PR ---- Update workflow DAO in case of...

…e results Pull Request type ---- - [ ] Bugfix - [ ] Feature - [] Refactoring (no functional changes, no api changes) - [ ] Build related changes (Please...

type: important

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

skip-changelog

## What are you missing in the docs I have a situation. a -> (1 -> ( 3 -> (5 -> (7, 8), 6), 4), 2) -> b Task a...

type: docs