elsa-core icon indicating copy to clipboard operation
elsa-core copied to clipboard

[BUG] DownloadHttpFile Activity - Using storage : workflow variable will result in a server error

Open MariusVuscanNx opened this issue 4 months ago • 0 comments

Description

Using a workflow variable storage for a DownloadHttpFile activity will result in an error.

Steps to Reproduce

  1. create a simple download file workflow like so: image
  2. in the download file: output : result -> set the Result to a variable. image
  3. have the variable declared like so: image
  4. call the http endpoint image
  1. Reproduction Rate: Every time.

  2. Video/Screenshots: image

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.

MariusVuscanNx avatar Oct 10 '24 10:10 MariusVuscanNx