Inclusion to Pool stage: session type bugfix

This commit is contained in:
ialbert 2025-07-17 15:54:45 +03:00
parent 1b9bd6671c
commit b58d20a5e9

View file

@ -91,6 +91,7 @@ public class InclusionToPoolAction extends AbstractSessionActionForOkErrorHandli
@Override
protected void actualExecute(StateContext<TaskType, SsnEvent> ctx) {
sessionType = ctx.getExtendedState().get(DataEnum.sessionType, SessionType.class);
Long sessionId = ctx.getExtendedState().get(DataEnum.sessionId, Long.class);
Long counterPartyId = ctx.getExtendedState().get(DataEnum.counterPartyId, Long.class);
SessionType sessionType = ctx.getExtendedState().get(DataEnum.sessionType, SessionType.class);