This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Conductor Java SDK cannot create a HTTP task with asyncComplete = true #3892
Labels
type: bug
bugs/ bug fixes
Describe the bug
I didn't see a
asyncComplete
field defined incom.netflix.conductor.sdk.workflow.def.tasks.Http
class, so I cannot create an asyncComplete enabled HTTP task.I think
com.netflix.conductor.sdk.workflow.def.tasks.Event
may have the same issue.Details
Conductor version: 3.15.0
Conductor Java SDK version: 3.15.0
Additional context
Currently, I can only define a
AsyncHttp
class like this to bypass this issue:The text was updated successfully, but these errors were encountered: