* Add JSON Serialization for Elsa expression Extended the expression serialization. Added new classes ExpressionJsonConverter and ExpressionJsonConverterFactory implementing serialization of expression objects. Also, made respective changes in different serializers and related files for seamless integration. * Fix XML comments * Set initial builder Id in ClrWorkflowProvider This commit involves a modification in ClrWorkflowProvider.cs where an Id was set for the builder. The Id was set with the format `workflowBuilderType.Name`:1.0, providing a deterministic identifier for each builder instance. * Add MysteriousPondWorkflow and associated HTTP endpoints A new workflow, MysteriousPondWorkflow, has been introduced along with HTTP endpoints to interact with it. The workflow simulates throwing an arbitrary amount of rupees into a mysterious pond and getting a luck prediction for the day based on the amount. An integration of this workflow is registered in the main Program.cs file, and the necessary directories to handle this workflow have been added to relevant project files. |
||
|---|---|---|
| .. | ||
| Activities | ||
| Properties | ||
| Workflows | ||
| appsettings.json | ||
| Elsa.Samples.AspNet.WorkflowServer.csproj | ||
| mysterious_pond.http | ||
| Program.cs | ||