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 created my own taskdefs named with `Http` to take the place of `System Tasks HTTP`. But 'com.netflix.conductor.contribs.http.HttpTask#start' was executed. ```json { "ownerApp": "", "createTime": 1585726562870, "updateTime": 1585726567765, "status": "FAILED",...

type: bug
help_wanted

it seems that task.seq will never be 0 `com.netflix.conductor.core.execution.WorkflowExecutor#scheduleTask` ```java boolean scheduleTask(Workflow workflow, List tasks) { List createdTasks; try { if (tasks == null || tasks.isEmpty()) { return false; }...

type: bug

Hi, I need to use the 'responseTimeoutSeconds' as heartbeat for the consumer, and 'timeoutSeconds' as the terminal timeout. The use case being that the consumer of the task need to...

enhancement
help_wanted

Scenario- A workflow was run hourly for a month. DB used is MySQL. All the workflow executions were returned by Conductor API until the Jar restart. Conductor server is able...

help_wanted

@apanicker-nflx @kishorebanala I have a workflow with all event tasks that involve several tasks in a fork. An event is published soon after a event task is scheduled. When it...

enhancement
help_wanted

Has anyone worked on an implementation of QueueDAO backed by SQS? Reading the documentation (https://netflix.github.io/conductor/extend/) I assumed that there was and it seems like an obvious extension. Is there any...

enhancement

We are trying to call api with urlencoded contentType. From the api doc, urlencoded is not supported. Is there a workaround way, we can make urlencoded Content-Type working? The following...

enhancement
help_wanted

Hey, I'd like to start writing the documentation of the python client. I have already created a module [pyconductor](https://github.com/skylarkdrones/pyconductor/) on [pypi](https://pypi.org/project/pyconductor/). Currently it is just a filtered branch of the...

enhancement
work_in_progress

Hi, I think defining the retryCount on the WorkflowTask provides a more customizable way to fine tune tasks for a given workflow. There may be some workflows that want to...

enhancement
help_wanted

I've managed to change a docker-compose in a way to Insert my arbitrary Workflows and Taskdefs in startup: ``` # Docker compose for netflix conductor + elasticsearch + dynomite version:...

help_wanted