For information on upgrading from previous versions, see the
Atoti Sign-Off Migration Notes.
2025-04-17
Download the distribution files
hereYou can download the following zipped distribution files:
- UI source code.
- UI build that does not require an installation and can be directly deployed.
- Source files that can be used to build the module.
- Maven repository required to build the project and run the tests.
The Atoti Server 6.1.4 Maven repository files have been removed from this zip, so you’ll need to download them separately. Click here to locate them.
- Offline documentation that can be served by the module.
Summary
- Customized sign-off status feed: The sign-off status feed member for “in review” representation can be customized on the application server.
- Restarting tasks: Fixed an issue preventing the application server from being notified when restarting a task without adjustments in default workflows.
- Connection to custom application servers: Fixed an issue preventing Sign-Off from connecting to custom application servers.
- Slicing hierarchies as a scope: Fixed an issue preventing the creation of Sign-Off definitions using a slicing hierarchy as the scope.
- Overlapping scopes: Fixed an issue with the overlapping scope validation that would prevent creating two definitions on the scopes with the same member but different hierarchies.
- Recurring adjustments: Fixed an issue where recurring adjustments were not visible in the task screen.
- Sticky headers: Fixed an issue preventing the headers in custom screens from being sticky whilst scrolling.
Known issues
None.Dependency versions
Added
Fixed
2025-03-19
Download the distribution files
hereYou can download the following zipped distribution files:
- UI source code.
- UI build that does not require an installation and can be directly deployed.
- Source files that can be used to build the module.
- Maven repository required to build the project and run the tests.
The Atoti Server 6.1.4 Maven repository files have been removed from this zip, so you’ll need to download them separately. Click here to locate them.
- Offline documentation that can be served by the module.
Summary
- Dedicated Sign-Off Task Configuration Screen: A dedicated screen for creating, managing, and performing actions on sign off task definitions. See Task Configuration screen.
- Dedicated Sign-Off Tasks Screen: A dedicated screen to complete all of your daily tasks. See Tasks screen.
- Streamlined adjustments: Sign-off tasks can be selected within the adjustment modal to streamline the adjustment process.
- Interactions with Sign-Off workflows: The way workflows change state (
APPROVED,PENDING, and so on) has been updated to make customization easier. - Workflow services moved: Both
SignOffProcessInstanceWorkflowService.javaandSignOffProcessDefinitionWorkflowService.javahave been migrated fromsignoff-startertosignoff-activeviammodule, along with their dependency classes. - Adjustments-related classes: Adjustments are now using
Lists instead ofSets to keep thelocationsfields ordered. This allows the UI to properly construct dashboards. - Artifact relocation: The released artifacts are now released under the group id
com.activeviam.solutions.signoff. - Bulk Adjustment upload/download: Adjustments can now be created by uploading CSV files via the UI. Please see the Upload Adjustments section. In addition, you can export adjustments into a CSV file.
- Definition upload/download: Definitions can now be created by uploading CSV files. In addition, you can export definitions into a CSV file. See Upload tasks.
- Restart tasks with adjustments: Tasks can now be restarted while maintaining adjustments that were previously executed.
- More Spring Boot compliance: Atoti Sign-Off now aligns more closely with Spring Boot best practices in our aim to move towards using Spring Boot Starters to ease migrations.
- Dependency Upgrades: Atoti Sign-Off has been upgraded to Atoti Server version 6.1.4. Please see the Dependency versions section for more upgrade details.
Known issues
Dependency versions
Added
| SO-737 | Approvals for the default four-eyes workflows cannot be approved by the previous user in the workflow. This can be changed by setting
sign-off.workflow.approver-can-be-same-as-previous-user=true. |