Skip to content

Conversation

@espenjv
Copy link
Contributor

@espenjv espenjv commented Oct 30, 2025

Behov / Bakgrunn

Vi ønsker å kjøre manuell fortsettelse som default oppførsel, men ønsker ikke å gjenoppta ved oppfrisking.

@espenjv espenjv requested a review from a team as a code owner October 30, 2025 13:29
Comment on lines 138 to -142
if (oppfriskKontrollbehandlingEnabled) {
fortsettBehandlingTask = ProsessTaskData.forProsessTask(FortsettBehandlingDersomIkkePåVentTask.class);

} else {
fortsettBehandlingTask = ProsessTaskData.forProsessTask(FortsettBehandlingTask.class);
fortsettBehandlingTask.setProperty(FortsettBehandlingTask.MANUELL_FORTSETTELSE, String.valueOf(true));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blir det feil å bruke FortsettBehandlingTask for manuell gjenopptagelse?

if (oppfriskKontrollbehandlingEnabled && !manuellFortsettelse) {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nei, det burde fungere greit med FortsettBehandlingTask og MANUELL_FORTSETTELSE lik true. Det er slik det fungerer i k9-sak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants