You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed an issue in the graph where the transition of a conditional node was followed instead of skipped
- Fixed an issue in the graph where an exit or end transition in a switch case would result in an error
- Added an icon to "custom function" nodes
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
_ =>thrownewNotSupportedException($"The specified task type '{context.TaskDefinition?.GetType()}' is not supported")
217
+
_ =>thrownewNotSupportedException($"The specified task type '{context.TaskDefinition?.GetType()}' is not supported. (reference: '{context.TaskReference}')")
218
218
}??thrownewException($"Unable to define a last node for task '{context.TaskName}'");
0 commit comments