@veloceapps/sdk 8.0.0-115 → 8.0.0-116

Sign up to get free protection for your applications and to get access to all the features.
@@ -1088,10 +1088,6 @@ class FlowStateService {
1088
1088
  initProcessors$() {
1089
1089
  const hasOverrides = Boolean(this.customizationService?.getTemplateConfigurationProcessors);
1090
1090
  const flow = this.getFlowSafe();
1091
- if (flow.properties.stateful == null) {
1092
- // Skip initialization for Stateless flow (legacy)
1093
- return of(undefined);
1094
- }
1095
1091
  if (flow.properties.stateful && !hasOverrides) {
1096
1092
  // Skip initialization as backend will take processors from SF
1097
1093
  return of(undefined);