The systemtasks subfolder contains CSV import files for saving System Tasks in bulk. This domain requires that an implementation is running the tasks module.
This is a possible example of its content:
systemtasks/
├──systemtasks.csv
└── ...The CSV line supports the following headers:
This uniquely identifies the System Task and must be a valid UUID.
Set to true to retire the system task.
A unique identifier/code for the system task (e.g., vital-check, follow-up).
The human-readable title of the system task.
A longer description of what the system task involves.
The priority level for the task. Must be one of: HIGH, MEDIUM, or LOW.
The default provider role to assign this task to. Can be specified as either:
- A UUID of the provider role
- The name of the provider role
This requires the providermanagement module to be installed.
An explanation of why this task is important or necessary.
Headers that start with an underscore such as _order:1000 are metadata headers. The values in the columns under those headers are never read by the CSV parser.
Please see the following file for an example: systemtasks.csv.