The Sign-off API standalone module
This standalone library provides interfaces, service implementations and DTOs for Sign-off task-related application functionality.
Interfaces and implementations
Sign-off workflow
Interfaces and implementations of services handling sign-off workflow endpoints.
ISignOffService interface
An interface covering:
- Task initiation
- Task approval
- Export execution
- Export status retrieval
- KPI retrieval for specific sign-off instances
ISignOffRestService interface
A REST service interface wrapping the ISignOffService methods in REST endpoints.
DTOs
| DTO | Description |
|---|---|
| SignOffProcessKey | Task key object, containing a process definition name and an as-of date. |
| SignOffProcessInstanceExportDTO | Export request object, containing information required for data export. |
| SignOffExportStatusDTO | Information object containing the result of an export execution. |
| KpiDTO | Data object for the goal, value and status of a KPI. |