This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Inline Task Getting executed multiple times And giving output as null while it is actually non null #3849
Labels
type: bug
bugs/ bug fixes
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.
The text was updated successfully, but these errors were encountered: