conductor
conductor copied to clipboard
Conductor is a microservices orchestration engine.
Hi! Just wanted to see if an upgrade to Datastax's V4 Cassandra Driver is on the horizon at all. It's not clear to me how much of a change that...
Describe the bug: responseTimeoutSeconds not being honored for simple task. Details: Conductor version 3.7.3 Task Definitoin: `{ "name": "simple_job", "taskReferenceName": "simple_job", "inputParameters": {}, "type": "SIMPLE", "decisionCases": {}, "defaultCase": [], "forkTasks":...
Pull Request type ---- - [x] Feature Changes in this PR ---- Issue #2312 replace Nashorn with GraalVM JS Engine Nashorn is deprecated in JDK 11 and removed in JDK...
Hi - we are evaluating conductor, I notice that [Netflix ](https://github.com/Netflix/dyno-queues) is no longer maintained, does this mean that it will eventually be replaced within conductor? I can see that...
Please provide guidance on how to configure conductor with a url i.e https://test.com (changing from localhost) to run on port 443.
**Bug description:** `Variables` are cleared once the `WAIT` task is started. **Details:** Conductor version: 3.11.0 Workflow definition: ``` { "name": "Set_Variable_Workflow", "description": "Set a value to a variable and wait",...
### Discussed in https://github.com/Netflix/conductor/discussions/3210 Originally posted by **LexiPow** August 30, 2022 Good Day Could you kindly advise on how I can deploy the conductor server and the UI to a...
Could you kindly advise on how I can deploy the conductor server and the UI to a local server and be able to change the urls from http://localhost/ to something...
Workflow UI not showing the workflows when i run "java -jar conductor-server-3.9.2-boot.jar" Now , I am running Conductor standalone (or a non-docker setup) in Windows machine. I run command "java...
**Describe the bug** When running the command to build the conductor server container the Gradle steps just hangs and does not move foward: docker build --no-cache --platform=linux/amd64 --progress plain -t...