elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.53k stars 1.2k forks source link

Add Variable Name Validation and Wrapper Control #6117

Closed sfmskywalker closed 1 week ago

sfmskywalker commented 1 week ago

This PR adds an option to disable the automatic wrapper generation of C# and JavaScript functions for workflow variables.

Changes:

Use Case:

This feature is helpful for applications requiring the use of variable names that are invalid in JavaScript or C#.


This change is Reviewable