:
Last modified: May 15, 2023

App Process

Description of the process handling of App Backend

On this page:

Process API

Apps created in Altinn Studio have a seperate Process API that exposes functionality to clients to controll the process.

See github for source code.

Instance API

Process Service

The process service is where the business logic for BPMN processing is located. It is responsible for verifying state, and changes of state

See github for source code.

BPMN Reader

BPMN reader is the component that parses BPMN process in apps.

See github for source code.

App Logic

When app process changes state app logic is run making it possible for app developers to implements specific app logic.

See AppBase.cs and IAltinnApp.