mattcasters opened a new pull request, #7969:
URL: https://github.com/apache/hop/pull/7969
## Summary
Implements #2666: the HTTP workflow action can store the response body in a
workflow variable.
- New **Result variable** field on the Reply tab. When set, the HTTP reply
is stored on the action, the parent workflow, and parent workflows so later
actions can use it.
- Charset is taken from `Content-Type` when present, otherwise UTF-8.
- Authentication, Upload, and Reply groups are now extra tabs, each wrapped
in a scrolled composite for smaller screens.
## Test plan
- [x] `ActionHttpExecutionTest` stores the reply in the action and parent
workflow when the variable is set
- [x] Reply is not stored when the variable is unset
- [x] Serialization / clone includes `reply_variable`
- [x] HTTP action module unit tests pass (12 tests)
- [ ] Manual: open the HTTP action dialog and confirm the new tabs and
scrolling on a small window
- [ ] Manual: run an HTTP action with a result variable and use
`${VARIABLE}` in a later action
Fixes #2666
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]