Inline Task gets executed multiple times and in such cases where the subsequent tasks which refer to output of this inline task sometimes (I have noticed One Attempt of the inline task is running during the same time) it is getting null and causing my Workflow execution is failing at random
Hi @v1r3n ,
Can you check this issue and in case you have any idea what might be the cause of this. I'm happy to investigate/fix with the proper guidance.
Describe the bug
Inline Task gets executed multiple times and in such cases where the subsequent tasks which refer to output of this inline task sometimes (I have noticed One Attempt of the inline task is running during the same time) it is getting null and causing my Workflow execution is failing at random
Details Conductor version: 3.13.7 Persistence implementation: Postgres Queue implementation: Redis Lock: Redis Workflow definition: Task definition: Inline Task Definition :
Subsequent Task Refering to Inline Task
Event handler definition: NA
To Reproduce Steps to reproduce the behavior:
Expected behavior
Screenshots Inline Task Getting executed multiple times
Subsequent Task Getting output as null even though the actual result of inline task is non null
See the taskId is given as null , even though it is not
Additional context Add any other context about the problem here.