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.
1 parent 355ff0f commit 73bb13bCopy full SHA for 73bb13b
src/ServerlessWorkflow.Sdk/Models/ActionDefinition.cs
@@ -49,7 +49,7 @@ public virtual string Type
49
else if (this.Subflow != null)
50
return ActionType.Subflow;
51
else
52
- throw new InvalidOperationException("Failed to determine the action type");
+ return string.Empty;
53
}
54
55
0 commit comments