#3885·conductor

Conductor workflow stalled after a sub-workflow

Author: rajeshwar-nuCreated Dec 7, 2023Updated Dec 12, 2023

Hi Team, I am experiencing this issue in latest version of conductor https://github.com/Netflix/conductor/issues/3491

Stack

  1. orkesio/orkes-conductor-community:1.1.11
  2. Redis for workflow execution - http://docker.io/bitnami/redis:7.0.8-debian-11-r0|docker.io/bitnami/redis:7.0.8-debian-11-r0
  3. Postgres for workflow persistence - http://ghcr.io/cloudnative-pg/postgresql:15.3|ghcr.io/cloudnative-pg/postgresql:15.3

Description of issue

A workflow get stuck in RUNNING state right after completion of a SUBWORKFLOW. This was observed in multiple workflows we have, all having subworkflow. The issue is erratic, it only happens for a few executions.

I have attached 3 images for 3 sample failures

workflow1 (1) workflow2 (1) workflow3 (1)

The problem gets fixed when we pause and resume , after which it completes normally

Slack Message