Navigation :
test ../../ test dev.html
Developer Guide
test ../../ test dev/dev-release.html
-
Release and migration notes
test ../../ test dev/getting-started.html
-
Getting Started
test ../../ test dev/dev-ui-config.html
-
Configuring the UI
test ../../ test dev/integration.html
-
How to Connect Limits to an Atoti Server
test ../../ test dev/persistence.html
-
Persistence
test ../../ test dev/roles.html
-
Roles and Permissions
test ../../ test dev/dev-extensions.html
-
Extending the Module
test ../../ test dev/dev-extensions/custom-cube-config.html
--
Adding Custom Cube Configuration
test ../../ test dev/dev-extensions/custom-data-loading.html
--
Adding Custom Data Loading
test ../../ test dev/dev-extensions/custom-evaluation.html
--
Adding Custom Evaluation Logic
test ../../ test dev/dev-extensions/custom-limit-structure-templates.html
-- Adding Custom Limit Structure Templates
test ../../ test dev/dev-extensions/custom-ui-exceptions.html
-- Adding Custom UI Exceptions
test ../../ test dev/dev-extensions/custom-utilization.html
-- Adding Custom Utilization
test ../../ test dev/dev-extensions/custom-validation.html
--
Adding Custom Validation
test ../../ test dev/dev-extensions/custom-workflow.html
--
Customizing the Workflow
test ../../ test dev/dev-extensions/custom-workflow/custom-workflow-tasks.html
---
Workflow Tasks
test ../../ test dev/dev-extensions/custom-workflow/workflow-attachments.html
---
Workflow attachments
test ../../ test dev/dev-extensions/custom-limits-notifications.html
-- Sending Custom Notifications
test ../../ test dev/dev-extensions/custom-persistence.html
--
Adding Custom Persistence
test ../../ test dev/dev-extensions/custom-limits-events.html
--
Sending Custom Events
test ../../ test dev/dev-extensions/custom-mtm-authentication.html
--
Adding Custom Machine-to-Machine (MtM) Authentication
test ../../ test dev/scopes.html
-
Limit scopes
test ../../ test dev/limit-workflow.html
-
Limit Workflow
test ../../ test dev/evaluation-tasks.html
-
Evaluating Limits
test ../../ test dev/date-roll.html
- Date Roll
test ../../ test dev/rest-services.html
- REST Services
test ../../ test dev/jfr-service.html
- Monitoring
test ../../ test dev/dev-libraries.html
-
Libraries for Atoti Limits
test ../../ test user-ref.html
User & Reference Guide
test ../../ test user-ref/limits-overview.html
-
Atoti Limits Overview
test ../../ test user-ref/whats-new.html
-
What's New
test ../../ test user-ref/videos.html
- Video walk-throughs
test ../../ test user-ref/using-limits.html
-
Manage limits
test ../../ test user-ref/manage-incidents.html
-
Manage incidents
test ../../ test user-ref/audit-screen.html
-
Audit History screen
test ../../ test user-ref/ui-notifications.html
- Notifications in the UI
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
Customizing the Workflow
This section outlines how to customize the default Business Process Management (BPMN) workflows in Atoti Limits.
BPMN workflows are visual diagrams that use a standardized notation to model and understand business
processes, enabling automation and streamlining of workflows. The workflows themselves may be simple
or highly complex, depending on the business requirements.
Atoti Limits comes with a set of out-of-the-box workflows that are used to manage the lifecycle
of limits and incidents. These workflows are designed in such a way that they are generic enough to
cover a broad range of use cases but not specific enough that they can only be used for one purpose.
We expect users to implement their own workflows to suit their business needs, using ours as samples.
We use Activiti as the BPMN engine and BPMN.io
to help visualize the workflows. For more information on including a custom workflow
in your application project, please see the following sections.