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
feat(NodePropertiesPanel): add timeout input field for event-based switch
Add timeout configuration for event-based switch nodes to specify how long to wait for matching events. Also update help text to mention timeout period.
@@ -810,7 +850,7 @@ export function NodePropertiesPanel({
810
850
color: '#0369a1',
811
851
marginLeft: '24px'
812
852
}}>
813
-
Provides a fallback path when no {(formData.conditionType||'data')==='event' ? 'events' : 'data conditions'} match
853
+
Provides a fallback path when no {(formData.conditionType||'data')==='event' ? 'events' : 'data conditions'} match{(formData.conditionType||'data')==='event' ? 'within the timeout period' : null}
0 commit comments