Navigation :
test ../../../../ test user-ref.html
User & Reference Guide
test ../../../../ test user-ref/whats-new.html
-
What's new
test ../../../ test user-ref/overview.html
- Atoti Sign-Off overview
test ../../../../ test user-ref/videos.html
- Video walk-throughs
test ../../../../ test user-ref/getting-started.html
-
Getting started with Atoti Sign-Off
test ../../../../ test user-ref/configure-tasks.html
-
Configure tasks
test ../../../../ test user-ref/process-tasks.html
-
Process daily tasks
test ../../../../ test user-ref/ui-notifications.html
- Notifications in the UI
test ../../../../ test user-ref/audit.html
-
Audit
test ../../../../ test user-ref/input-files.html
-
Input file formats
test ../../../../ test user-ref/cube.html
-
Cube Reference
test ../../../../ test user-ref/properties.html
-
Properties
test ../../../../ test user-ref/datastore.html
-
Datastores
test ../../../../ test dev.html
Developer Guide
test ../../../../ test dev/dev-overview.html
-
Overview
test ../../../../ test dev/dev-release.html
-
Releases and upgrades
test ../../../../ test dev/dev-release/release-notes.html
-- Release notes
test ../../../../ test dev/dev-release/changelog.html
-- Changelog
test ../../../../ test dev/dev-release/migration-guide.html
-- Migration guide
test ../../../../ test dev/dev-release/dependencies.html
-- Dependencies
test ../../../../ test dev/dev-release/previous-versions.html
--
Previous versions
test ../../../../ test dev/dev-release/previous-versions/6.1.html
---
6.1
test ../../../../ test dev/dev-release/previous-versions/6.1/release-notes-6.1.html
---- Release notes 6.1
test ../../../../ test dev/dev-release/previous-versions/6.1/changelog-6.1.html
---- Changelog 6.1
test ../../../../ test dev/dev-release/previous-versions/6.1/migrate-6.1.html
---- Migration notes 6.1
test ../../../../ test dev/dev-release/previous-versions/6.0.html
---
6.0
test ../../../../ test dev/dev-release/previous-versions/5.3.html
---
5.3
test ../../../../ test dev/dev-release/previous-versions/5.2.html
---
5.2
test ../../../../ test dev/dev-release/previous-versions/5.1.html
---
5.1
test ../../../../ test dev/dev-getting-started.html
-
Getting Started
test ../../../../ test dev/dev-ui-config.html
-
Configuring the UI
test ../../../../ test dev/dev-adjustments.html
-
Sign-Off Adjustment support
test ../../../../ test dev/dev-extensions.html
-
Extending the Module
test ../../../../ test dev/dev-ref-impl.html
-
Sign-Off default implementation
test ../../../../ test dev/dev-libraries.html
-
Libraries for Atoti Sign-Off
Changelog 6.1
6.1.1
2025-10-01
Dependencies
Added
Issue Key
Details
SO-969
Definitions can now be filtered by their IDs using both the realtime and non-real-time endpoints.
Changed
Issue Key
Details
SO-952
The default value of the spring.activiti.historyLevel property has been changed to audit to reduce the number of Atoti Sign-Off entries in the Activiti database.
Fixed
Issue Key
Details
SO-961
Fixed an issue where JWT tokens were not being refreshed causing requests between servers to fail after token expiration (default is 12 hours).
SO-977
Fixed an issue that caused an exception to be thrown when retrieving a definition that exists in the database, but not in the datastore, such as for an ARCHIVED definition after restarting the server.
SO-976
Fixed an issue where many opened Server-sent event connections froze the server due to database connection starvation.
Known issues
None.
6.1.0
2025-07-16
Dependencies
Added
Issue Key
Details
SO-641
Added endpoints for definitions and tasks history.
SO-810
Added support for text area inputs in adjustment modal.
SO-821
Rich UI for bulk adjustments.
SO-822
Added Server-Sent Event endpoints to provide real-time update of definitions and tasks status.
SO-831
Added the ability to review tasks from the dashboard.
SO-839
Added bulk deletion of adjustments.
SO-866
Added highlighting to rows that fail validation in the file uploads.
SO-871
Enabled real-time updates in the screens.
SO-895
Validation errors are now reported with an index field to map errors to the objects they originated from.
SO-896
Files can now be saved as attachments at each step of the default workflows.
SO-899
Added free-form scope selection when creating a task definition.
SO-933
Added server-thrown errors beneath the input in the definition form.
SO-940
Added “My outstanding tasks” filter to the tasks screen.
SO-946
Retrieving the history for definitions/tasks will now include the workflow variables associated with each history record.
Changed
Issue Key
Details
SO-666
Updated properties used with @Value to use configuration properties.
SO-824
Moved most configuration classes from signoff-starter to signoff-activeviam and marked beans as @ConditionalOnMissingBean.
SO-871
Prevented adjusting at a location finer than supported.
SO-885
The IValidationError API was updated for improved error handling. See the migration notes for the list of changes.
SO-887
Updated dependencies for the Common Spring Services (audit-service and notification-service) to import the services from common-spring-services-bom.
SO-890
Updated package names and structure in the signoff-activeviam module to be more organized and intuitive.
SO-901
Improved the default validation error messages provided by Atoti Sign-Off to have a more consistent format and better readability.
SO-909
Updated the default REST requests from Basic authenticated RestTemplates to use JWT authenticated RestClients using ISignOffRestClientBuilder.
SO-910
Converted SignOffCoreConfig to the Spring AutoConfiguration class SignOffCoreAutoConfiguration.
Removed
Issue Key
Details
SO-925
Removed old adjustment context menu.
Fixed
Issue Key
Details
SO-847
Fixed an issue that caused the UI to crash when the Sign-Off server was unreachable.
SO-849
Fixed an issue where definitions could not be created on servers other than Atoti Market Risk. Moved application.rest-apis.* properties to sign-off.application.rest-apis.*.
SO-893
Unchecked errors in requests between Atoti Sign-Off and the application server are no longer swallowed.
Known issues
None.