Update display name of FlowSwitch to distinguish from sequential Switch

This commit is contained in:
Sipke Schoorstra 2023-10-19 18:18:17 +02:00
parent 443e608a05
commit 08d91d1852

View file

@ -16,7 +16,7 @@ namespace Elsa.Workflows.Core.Activities.Flowchart.Activities;
/// Evaluates the specified case conditions and schedules the one that evaluates to <code>true</code>.
/// </summary>
[FlowNode("Default")]
[Activity("Elsa", "Branching", "Evaluate a set of case conditions and schedule the activity for a matching case.", DisplayName = "Switch")]
[Activity("Elsa", "Branching", "Evaluate a set of case conditions and schedule the activity for a matching case.", DisplayName = "Switch (flow)")]
[PublicAPI]
public class FlowSwitch : Activity
{