Skip to content

Commit

Permalink
Update display name in WorkflowStorageDriver
Browse files Browse the repository at this point in the history
Remove the "Deprecated" label from the display name for clarity while keeping the `Obsolete` attribute to indicate planned deprecation. This ensures better alignment between the display name and actual usage guidance.
  • Loading branch information
sfmskywalker committed Dec 11, 2024
1 parent cddd06f commit 2af951f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Elsa.Workflows.Services;
/// <summary>
/// A storage driver that stores objects in the workflow state itself.
/// </summary>
[Display(Name = "Workflow (Deprecated)")]
[Display(Name = "Workflow")]
[Obsolete("This is no longer used and will be removed in a future version. Use the WorkflowInstanceStorageDriver instead.")]
public class WorkflowStorageDriver : IStorageDriver
{
Expand Down

0 comments on commit 2af951f

Please sign in to comment.