Skip to content

Commit 47bdea2

Browse files
committed
fix(Validation): fixed exit flow directive validation
related to #67 Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
1 parent 97b11cb commit 47bdea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServerlessWorkflow.Sdk/Validation/SwitchCaseDefinitionValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected virtual bool NotAFlowDirective(MapEntry<string, SwitchCaseDefinition>
6868
{
6969
return @case.Value.Then switch
7070
{
71-
null or "" or FlowDirective.Continue or FlowDirective.End or FlowDirective.End => false,
71+
null or "" or FlowDirective.Continue or FlowDirective.End or FlowDirective.Exit => false,
7272
_ => true
7373
};
7474
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy