We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75b7a4a + a77656c commit 63df02fCopy full SHA for 63df02f
src/ServerlessWorkflow.Sdk/Validation/TaskDefinitionValidator.cs
@@ -102,7 +102,7 @@ protected virtual bool NotAFlowDirective(TaskDefinition task)
102
{
103
return task.Then switch
104
105
- null or "" or FlowDirective.Continue or FlowDirective.End or FlowDirective.End => false,
+ null or "" or FlowDirective.Continue or FlowDirective.End or FlowDirective.Exit => false,
106
_ => true
107
};
108
}
0 commit comments