:
Last modified: Mar 13, 2023

Business Process Processing Capabilities

Description of the business process processing capabilities

On this page:

A application deployed to Altinn Apps will typical have a business process that users and systems need to follow.

Apps created in Altinn Studio uses BPMN 2.0 standard to describe the business process and the app will have functionality to support different types of tasks in the process.

The process is defined by the application developer in Altinn Studio. When a new app is created it a basic process is created.

Supported Tasks

Applications will support different processes with different types of task as part of the process. The current types of tasks is implemented and planned to be implemented. This list is not final.

Data

This is the task where the user or system create and updates data for one more data models defined for the App.

Confirmation (backlog)

This is a task where user can look at the data filled and then confirm it.

ConfirmationAndSigning (backlog)

This is a task where user can look at the data filled and then confirm and sign data.

Payment (backlog)

This is a task where user is redirected to a external payment provider to pay related to the process. The payment can be related to data filled out in earliers task, or can be a fixed value connected to the app.

See Github issue for details.

Signing (backlog)

Signing is a task where one or more users sign the data submitted. In most uses cases this is a strictly functional operation but depending on the authentication level it can be a digital signature involved. The different types of signing relevant for this platform is.

There is a epic for signing on GitHub.

Regular signing

Regular signing is when one user with a specific role is required to functional sign the data before submitting it.

Paralell signing

This is a task where serverel users need/can sign the data in paralell. The task is completed when the needed amount of signatures has been added

See Github issue for details.

User controlled signing

User controlled signing is a task where the data inputed in earliers task in process defines which users that needs to sign.

See GitHub issue for details.

Digital Signing with BankId

Digital signing with BankID creates a digital signature of the data for the instance.

See Github issue for details.

Lookup (backlog)

This is a task in a process where user/system can lookup external data with help of inputs from UI or API.

State change

The application is responsible to make sure that.

Example process

There is some freedom of the order of task in the process, but not all combinations is functional valid.

Each type of task will have som requirement to be fullfilled to be allowed to be completed.

The below diagram show some example processes that a App possible will support in the future. Even it is possible to technical order the different types of task.

Process: Data

Process diagram
Process with data task

This is the a common process. In this scenario a user will typical fill out formdata and when formfilling task is completed the data will be marked as locked and the final data can be read from the org.

The org will be able to read data before the formfilling task is completed, but then the end user can still update the data.

Process: Data - Signing

Process diagram
Process with data and signing tasks

This is the a common process. In this scenario a user will typical fill out formdata and when formfilling task is completed, the process is moved to a signing task where the user can verify the data and then confirm it with a signing of data.

Depending on the required security level for the application the signing will use PKI systems to digital sign the data or just be a more functional confirmation from the user.

The org will be able to read data before the formfilling task is completed, but then the end user can still update the data. The data will not be allowed to be changed while the instance is in signing task.

Process: Data - Confirmation - Payment

Process diagram
Process with data, confirmation and payment tasks

In this scenario a user will typical fill out formdata and when formfilling task is completed, the process is moved to a confirm task where the user can verify the data and then confirm, when the data is confirmed the process is moved to a payment task where the user needs to pay before the process is completed.

The payment functionality will be handled by external payment providers. The app will integrate with API’s for the payment provider. Altinn runtime will support different payment providers.

Process: Data - Confirmation - External validation

Process diagram
Process with data, confirmation and external validation tasks

In this scenario a user or system will typical fill out formdata and when formfilling task is completed, the process is moved to a confirm task where the user can verify the data and then confirm it.

The process is the moved to a external validation task where the org is doing validation. The org can chose to complete the task or send the instance back to a earlier task for correction of the data.