Define application process
How to define the process of an app.
An application has defined a process that controls the flow. The process is defined as BPMN 2.0.
Supported Process Task Types
The current application template supports the following tasks:
- Data (Corresponds to fill-in steps in Altinn II)
- Confirmation
- Feedback
Future process steps (tentative)
- Signing
- Payment
- Parallel signing
- User-controlled signing
- External validation
Change the process
To change the process, you can manually edit the BPMN file with an text, XML or BPMN editor.
It is stored in the app repo as App/config/process/process.bpmn
.
Example Process Files
- Automatic deletion
An application can be configured to delete all traces of it when the process is over.
- Customize Views of Step
How to customize views in different steps of a process.
- Define custom process hooks
Define custom logic to be executed berfore or after a task is started/ended
- Exclusive gateways
Define custom code to decide the flow out of an exclusive gateway
- Message
How to set up a message in Altinn Studio.