conductor-oss / conductor-oss/conductor

The workflow hangs after running Sub workflow

Open
#712 1 comment 5 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
32.2k
Forks
1k
Avg merge
2d 3h
Merged PRs (30d)
37

Description

The problem started after upgrading Conductor dockers to v3.21.23
The workflow hangs after running sub-workflow. The sub-workflow is completed but the parent workflow does not continue.
To make the workflow continue I executed **POST /api/workflow/decide/[parent-workflow]**

The Conductor log has two INFO lines:
```
INFO com.netflix.conductor.core.execution.WorkflowExecutor [] - wf_Operation-compliance-blurring.1/8030def7-0e74-4095-```
959d-78feb755396e updated parent 7110bebc-8a23-4c72-955d-f54cd91ca25f task e070ac05-07f8-4482-b7c5-15e2e53694f1
2026-01-13 16:09:44

INFO com.netflix.conductor.core.execution.WorkflowExecutor [] - Pushed workflow 7110bebc-8a23-4c72-955d-f54cd91ca25f to _deciderQueue for expedited evaluation
```

Conductor version: v3.21.23
Persistence implementation: localhost Redis
Queue implementation: localhost Redis
Lock: Redis
Workflow definition:
- MainWorfkow
-->> Switch + tasks...
-->> SubWorkflow1
------->> Switch + tasks
------->> SubWorkflow2

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.