Netflix Conductor TaskResult and Worker client #2959
Replies: 3 comments 9 replies
-
@manishkushwaha1412 Can you please elaborate your issue here? As it's not clear to me of whether you are having TaskClient issue (as a result, the workflow tasks are not being picked up and processed)? Or are you facing search issue on the UI (as you describe in the other thread #2942)? |
Beta Was this translation helpful? Give feedback.
-
@jxu-nflx |
Beta Was this translation helpful? Give feedback.
-
I am having this exact issue regarding the inability to use Task and TaskResult, nothing from I have attached a very simple reproducer. conductor-dependency-issue.zip The interesting thing is that this issue appeared in version 3.0.0 onwards. If I use version 2.31.9 and below the The attached project is in Quarkus, but I can reproduce the same behaviour with Spring and any stack whatsoever. I would appreciate any input on how to solve this. @manishkushwaha1412 what was the fix about the dependency issue in your case? |
Beta Was this translation helpful? Give feedback.
-
Hi Friends,
I am trying to write netflix conductor client and following document given in netflix conductor how-tos (below url).
https://netflix.github.io/conductor/how-tos/Workers/build-a-java-task-worker/
I am using gradle and could see its not recognising TaskClient and while search in google I don't get much help as well. I can execute workflow from conductor UI (from workbench). However, not able to execute it though API (API executes successful but no result displayed in UI, one issue also created for the same - #2942). I thought I would call it thought java client but when I started writing Worker dependency for TaskClient is not resolved. Can someone suggest or help me here please.
I appreciate response here.
Thanks
Manish
Beta Was this translation helpful? Give feedback.
All reactions