Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default value retrieval to use ToString method
The change was made in the DefaultExpressionDescriptorProvider.cs under Elsa.Workflows.Management. Instead of relying on the GetString method, the updated code now uses the ToString method for default value retrieval. This change improves how we process and retrieve default values in unspecified cases.
- Loading branch information