An Altinn App has a process flow that describes the different steps in the flow.
The standard flow for a newly created application consists of one task; the fill out step.
Your task is to expand the standard process flow with a confirmation step as illustrated below.
The confirmation page is added automatically when the step is added to the BPMN file.
Your application’s policy file is adapted to a standard process flow.
Update the policy file so that the authorization rules cover the new process step.
Requirements from the municipality
The same role requirements should apply to both fill out and confirm an instance.
The user should be presented with the following text before submitting the form.
Du er nå klar for å sende inn melding om tilflytting til Sogndal kommune.
Ved å sende inn dette skjemaet samtykker du til at dataen du har fylt ut kan lagres og benyttes
til å tilpasse kommunens tilbud til deg de neste 18 månedene.
Før du sender inn vil vi anbefale å se over svarene dine. Du kan ikke endre svarene etter at du har sendt inn.
In this module you have expanded the application with a confirmation step, customized the view and implemented validation and authorization rules attached to the process step.
The service should be able to run on your local computer with local test and you should be able to test the new process step and confirm that the view is as desired.
Remember to push your local changes, so that they are available in Altinn Studio when you’re happy with them
Solution
If you did not manage to complete all the steps, we have an example solution that you can use as inspiration.