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

Ability to hide output properties

Open tomy2105 opened this issue 3 years ago • 1 comments

Activity input properties can be hidden by setting IsBrowseable to false.

I would definitely like to have ability to do that with activity output properties.

Use case, I inherit from HTTP Endpoint activity for some custom endpoint processing and would like not to expose its Output property but have my own which would be computed in some way based on output of HTTP Endpoint.

tomy2105 avatar May 12 '22 15:05 tomy2105

Makes sense. Any chance I can interest you in doing a PR? :)

sfmskywalker avatar May 31 '22 11:05 sfmskywalker

Fixed in #3249 .

tomy2105 avatar Aug 29 '22 12:08 tomy2105