add PSEUDO_waitAfterInspectionError to states collection for all session
This commit is contained in:
parent
6573f21b7e
commit
ae3245f069
8 changed files with 16 additions and 14 deletions
|
|
@ -148,7 +148,8 @@ public class CurrencySessionStateMachineConfig extends EnumStateMachineConfigure
|
|||
TaskType.AgainRevise,
|
||||
TaskType.PSEUDO_waitSdfAfterPaymentInstructions,
|
||||
TaskType.PSEUDO_waitAfterObligationAdmissionError,
|
||||
TaskType.PSEUDO_waitSdfAfterAgainRevise
|
||||
TaskType.PSEUDO_waitSdfAfterAgainRevise,
|
||||
TaskType.PSEUDO_waitAfterInspectionError
|
||||
)))
|
||||
.end(TaskType.FinishingSession);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,8 +39,6 @@ import ru.spcex.clearing.session.state.action.UpdateWorkflowStatusAction;
|
|||
import ru.spcex.clearing.session.state.guard.ErroneousRegistriesPresentGuard;
|
||||
import ru.spcex.clearing.session.state.guard.PaymentsWereCreatedGuard;
|
||||
import ru.spcex.clearing.session.state.guard.PaymentsWereNotCreatedGuard;
|
||||
import ru.spcex.clearing.session.state.guard.SdfGuard;
|
||||
import ru.spcex.clearing.session.state.guard.SdfGuardExtractorAfterAgainRevise;
|
||||
import ru.spcex.clearing.session.state.guard.SdfGuardUtil;
|
||||
import ru.spcex.clearing.session.state.guard.SdfSetGuard;
|
||||
import ru.spcex.clearing.session.state.guard.StashedRegistriesPresentGuard;
|
||||
|
|
@ -162,7 +160,8 @@ public class IntermediateMkrSessionStateMachineConfig
|
|||
TaskType.FinishingSession,
|
||||
TaskType.PSEUDO_waitSdfAfterPaymentInstructions,
|
||||
TaskType.PSEUDO_waitAfterObligationAdmissionError,
|
||||
TaskType.PSEUDO_waitSdfAfterAgainRevise
|
||||
TaskType.PSEUDO_waitSdfAfterAgainRevise,
|
||||
TaskType.PSEUDO_waitAfterInspectionError
|
||||
)))
|
||||
.end(TaskType.FinishingSession);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -134,7 +134,8 @@ public class PaymSessionStateMachineConfig extends EnumStateMachineConfigurerAda
|
|||
TaskType.FormingPaymentInstruction,
|
||||
TaskType.FinishingSession,
|
||||
TaskType.PSEUDO_waitAfterObligationAdmissionError,
|
||||
TaskType.AgainRevise
|
||||
TaskType.AgainRevise,
|
||||
TaskType.PSEUDO_waitAfterInspectionError
|
||||
)))
|
||||
.end(TaskType.FinishingSession);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,8 +40,6 @@ import ru.spcex.clearing.session.state.action.UpdateWorkflowStatusAction;
|
|||
import ru.spcex.clearing.session.state.guard.ErroneousRegistriesPresentGuard;
|
||||
import ru.spcex.clearing.session.state.guard.PaymentsWereCreatedListGuard;
|
||||
import ru.spcex.clearing.session.state.guard.PaymentsWereNotCreatedListGuard;
|
||||
import ru.spcex.clearing.session.state.guard.SdfGuard;
|
||||
import ru.spcex.clearing.session.state.guard.SdfGuardExtractorAfterAgainRevise;
|
||||
import ru.spcex.clearing.session.state.guard.SdfGuardUtil;
|
||||
import ru.spcex.clearing.session.state.guard.SdfSetGuard;
|
||||
import ru.spcex.clearing.session.state.guard.StashedRegistriesPresentGuard;
|
||||
|
|
@ -158,7 +156,8 @@ public class PrimaryAuctionB0SessionStateMachineConfig
|
|||
TaskType.FinishingSession,
|
||||
TaskType.PSEUDO_waitSdfAfterPaymentInstructions,
|
||||
TaskType.PSEUDO_waitAfterObligationAdmissionError,
|
||||
TaskType.PSEUDO_waitSdfAfterAgainRevise
|
||||
TaskType.PSEUDO_waitSdfAfterAgainRevise,
|
||||
TaskType.PSEUDO_waitAfterInspectionError
|
||||
)))
|
||||
.end(TaskType.FinishingSession);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -150,7 +150,8 @@ public class PrimaryAuctionBnSessionStateMachineConfig
|
|||
TaskType.FormingPaymentInstruction,
|
||||
TaskType.FinishingSession,
|
||||
TaskType.PSEUDO_waitSdfAfterPaymentInstructions,
|
||||
TaskType.PSEUDO_waitAfterObligationAdmissionError
|
||||
TaskType.PSEUDO_waitAfterObligationAdmissionError,
|
||||
TaskType.PSEUDO_waitAfterInspectionError
|
||||
)))
|
||||
.end(TaskType.FinishingSession);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,8 +40,6 @@ import ru.spcex.clearing.session.state.action.UpdateWorkflowStatusAction;
|
|||
import ru.spcex.clearing.session.state.guard.ErroneousRegistriesPresentGuard;
|
||||
import ru.spcex.clearing.session.state.guard.PaymentsWereCreatedListGuard;
|
||||
import ru.spcex.clearing.session.state.guard.PaymentsWereNotCreatedListGuard;
|
||||
import ru.spcex.clearing.session.state.guard.SdfGuard;
|
||||
import ru.spcex.clearing.session.state.guard.SdfGuardExtractorAfterAgainRevise;
|
||||
import ru.spcex.clearing.session.state.guard.SdfGuardUtil;
|
||||
import ru.spcex.clearing.session.state.guard.SdfSetGuard;
|
||||
import ru.spcex.clearing.session.state.guard.StashedRegistriesPresentGuard;
|
||||
|
|
@ -159,7 +157,8 @@ public class PrimaryAuctionT0SessionStateMachineConfig
|
|||
TaskType.FinishingSession,
|
||||
TaskType.PSEUDO_waitSdfAfterPaymentInstructions,
|
||||
TaskType.PSEUDO_waitAfterObligationAdmissionError,
|
||||
TaskType.PSEUDO_waitSdfAfterAgainRevise
|
||||
TaskType.PSEUDO_waitSdfAfterAgainRevise,
|
||||
TaskType.PSEUDO_waitAfterInspectionError
|
||||
)))
|
||||
.end(TaskType.FinishingSession);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -130,7 +130,8 @@ public class ReturnDepositSessionStateMachineConfig
|
|||
TaskType.FormingRegistersOnOS,
|
||||
TaskType.FormingPaymentInstruction,
|
||||
TaskType.FinishingSession,
|
||||
TaskType.PSEUDO_waitSdfAfterPaymentInstructions
|
||||
TaskType.PSEUDO_waitSdfAfterPaymentInstructions,
|
||||
TaskType.PSEUDO_waitAfterInspectionError
|
||||
)))
|
||||
.end(TaskType.FinishingSession);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -168,7 +168,8 @@ public class UnitedSessionStateMachineConfig
|
|||
TaskType.PSEUDO_waitSdfAfterPaymentInstructions,
|
||||
TaskType.PSEUDO_waitAfterObligationAdmissionError,
|
||||
TaskType.AgainRevise,
|
||||
TaskType.PSEUDO_waitSdfAfterAgainRevise
|
||||
TaskType.PSEUDO_waitSdfAfterAgainRevise,
|
||||
TaskType.PSEUDO_waitAfterInspectionError
|
||||
)))
|
||||
.end(TaskType.FinishingSession);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue