Update display name of FlowSwitch to distinguish from sequential Switch
This commit is contained in:
parent
443e608a05
commit
08d91d1852
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue