elsa-core
elsa-core copied to clipboard
[BUG] DownloadHttpFile Activity - Using storage : workflow variable will result in a server error
Description
Using a workflow variable storage for a DownloadHttpFile activity will result in an error.
Steps to Reproduce
- create a simple download file workflow like so:
- in the download file: output : result -> set the Result to a variable.
- have the variable declared like so:
- call the http endpoint
-
Reproduction Rate: Every time.
-
Video/Screenshots:
Expected Behavior
No error should be thrown, maybe not allow variables of that type to be used for the activity.
Actual Behavior
Error is thrown.
Environment
Client version: 3.2.0-rc2 Server version: 3.2.0-rc2
Additional Context
If you se the variable storage type to memory, the error disappears.