Inclusion to Pool stage: session type bugfix
This commit is contained in:
parent
1b9bd6671c
commit
b58d20a5e9
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue