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
I try to implement a new input binding for the Zeebe workflow engine. For this I need to acknowledge the binding with a result (process variables) that I then send back to Zeebe to complete the job. Based on the documentation it's possible to acknowledge with a 200 status code but without a response body. There should be a way to propagate a response from the caller back into an input binding.
Release Note
RELEASE NOTE: ADD Support response propagation for input bindings
The text was updated successfully, but these errors were encountered:
In what area(s)?
/area runtime
Describe the feature
I try to implement a new input binding for the Zeebe workflow engine. For this I need to acknowledge the binding with a result (process variables) that I then send back to Zeebe to complete the job. Based on the documentation it's possible to acknowledge with a 200 status code but without a response body. There should be a way to propagate a response from the caller back into an input binding.
Release Note
RELEASE NOTE: ADD Support response propagation for input bindings
The text was updated successfully, but these errors were encountered: