App Process
Description of the process handling of App Backend
Process API
Apps created in Altinn Studio have a seperate Process API that exposes functionality to clients to controll the process.
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
BPMN Reader
BPMN reader is the component that parses BPMN process in apps.
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.