elsa-core/samples/aspnet/Elsa.Samples.AspNet.CustomUIHandler
jdevillard 3083a400d8
Add Variable available in dropdown when configuring a activity input (#5918)
* Sample to provide a ExpressionDescriptorProvider

* fix variable accessor in VariableExpressionHandler

* remove Variable Expression to use default one

* Change the Variable Expression Provider to handle Variable Expression correctly

* need to check on UI Side and Server side is valid JSON is sent. For example, if a use change from a literal value to a Variable value, the value is sent to the API and result in an exception, we cannot handle invalid json  without using Try/Catch

---------

Co-authored-by: Jérémie DEVILLARD <jdevillard@users.noreply.github.com>
Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2024-08-30 12:01:44 +02:00
..
Properties
Elsa.Samples.AspNet.CustomUIHandler.csproj
Program.cs Add Variable available in dropdown when configuring a activity input (#5918) 2024-08-30 12:01:44 +02:00
RefreshUIHandler.cs
VehicleActivity.cs
VehicleUIHandler.cs