@veloceapps/sdk 8.0.0-115 → 8.0.0-116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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);
|