Vis/skjul meny
HÄndbok / Teknologi / Altinn 3 / Architecture / Components / Application / Construction / Altinn Apps / App / App Backend / Process
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.
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.
Process Step App Frontend
App frontends as a process step module that verifes current state for an app and present the correct view depending on task a app instance
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.