You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Describe the bug
I didn't see a asyncComplete field defined in com.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.
Describe the bug
I didn't see a
asyncCompletefield defined incom.netflix.conductor.sdk.workflow.def.tasks.Httpclass, so I cannot create an asyncComplete enabled HTTP task.I think
com.netflix.conductor.sdk.workflow.def.tasks.Eventmay 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
AsyncHttpclass like this to bypass this issue: