-
Added configuration to enable BPM error tracking.
Introduced a new configuration property,
studio.bpm.enable.bpm.error.tracking
, in axelor-config.properties file to enable or disable error tracking in BPM processes. By default, this property is set tofalse
.
-
Inconsistent Behavior with Boundary Events in BPMN Modeler
-
Fix default theme in bpm studio
-
fix Code editor issue in user task
-
Long startup due to unnecessary view computation
-
Cannot run a standard bpm with listener
-
Fix camunda service task action execution issue
Service tasks in Camunda appear to correctly read actions (action-attrs and action-method), as verified through logs. However, the actions themselves do not execute as expected, despite no errors being logged during their initialization.
-
Fix missing visual error feedback on process node
Fix the char size error when saving a bpm instance current error when the error trace is too long
-
Fix Translation field issue
-
Fix open studio menu button
-
Fix generated user action view when the user path is a script
Fix the generated action view when the user path is an action view and directly using the script instead of browsing the properties
-
Fix studio app versions updating and formatting
Fix the app version update on server startup, and fix version regex
-
Fix studio sidebar boolean doesn't put the panel on the side anymore
-
OpenStudioButton missing when viewCustomizationPermission = CAN_SHARE
-
Fix Iteration and Database Connection Issue in Camunda BPM Process
Iteration and Database Connection Issue in Camunda BPM Process by initiating a transaction when deleting variables
-
BPM instance are not started when the record is created from an other bpm.
Resolved the issue where BPM instances were not starting when triggered by another BPM process. Added two configurable parameters in axelor-config.properties to address potential database connection issues; "studio.bpm.max.idle.connections" Controls the maximum number of idle database connections (default 10). And "studio.bpm.max.active.connections" Defines the maximum number of active database connections (default 50).
-
Improved script task display
Improved script task display when the script is too long
-
Resolve Error while using studio helper in task configuration
-
Resolve Bpm user task send email issue
Resolve BPM mail sending issue by changing the mail event storage in the bpmn file
-
Sub-process evaluated when it shouldn't.
Updated functionality to ensure that only local variables specific to the current execution scope are removed at the end of each process/sub-process, preserving the integrity of necessary global variables.
-
Add Built-in variable and custom variable to Query builder
-
Resolve BPM view attributes on custom model
Resolve BPM view attributes creation on custom models
-
Resolve error when using self as data source
Resolve the issue with self source type, use targetModel as prefix before using the field name
-
Resolve Bpm builder createObject MethodNotFoundException
Resolve BPM builder createObject error by not using execution variable on generation
-
Resolve BPM node translation issue
-
Fix Issue with
createVariable
Usage in Script Task for Query Generation Causing Deserialization ErrorReplace the
createVariable
function withcreateObject
to ensure correct type handling.
-
Resolve Bpm user task send email issue
Resolve BPM mail sending issue by changing the mail event storage in the bpmn file
-
Resolve BPM view attributes on custom model
Resolve BPM view attributes creation on custom models
-
BPM builder - Resolve bpm builder crash issue.
-
Studio - internal server error onClick on the iconBackground.
change widget from TagSelect to SingleSelect for iconBackground field
-
Make custom variables not selectable after deletion
Select only valid custom variable available on AppBpm
-
Expression Builder Handling Null and Comparison Operators.
Resolve the problem when selecting a null operator and selecting a comparison operator after, this issue comes from the fieldValue not being well initialized
-
Fix invalid timer expression.
Resolve invalid timer expression by not allowing to use weeks and other elements on the same expression.
-
Displayed option doesn't match the generated expression
Added the missing in operator and change the template logic to handle it
-
Fix aop version on 7.2.1
Fix aop version on aop7.2.1
-
BPM migration error.
introduces a method to migrate all active process instances with a specified WkfProcess to the latest deployed version of the process definition. This ensures uniformity across all instances by synchronizing them to the latest version as long as no major structural changes exist between versions.
-
Replace ForkJoin pool usages by executor services
- Replace Fork join usage and use ExecutionService instead
-
Batch processing takes much longer in 3.2.0
Improved batch processing performance for BPM instances.
-
Responsive anomaly
- Fix CSS
-
DMN viewer - Fix alertClose on DMN viewer
Fix the alertClose not found error on DMN viewer
-
BPM builder - builder does not keep settings
Fix settings storage after script generation, store settings json in bpmn file
-
BPM - Fix script code editor for field configs
-
StudioApp - error when exporting an app containing an action with type "Email"
Updated the Groovy template used during the export process removing references to template.birtTemplateSet, a field that does not exist in the Template object.
-
Replace ForkJoin pool usages by executor services
- Replace Fork join usage and use ExecutionService instead
-
Update axelor-message version
- Update axelor message version to 3.2.0
-
Display status of migration when deploy new changement in existing BPM model.
- When deploy new changes in existing BPM model , the status of the migrations process is displayed.
- A loading icon is displayed once the deploy button is clicked
- Deploy button is deactivated when deploy is in progress
- A message that indicate how much instances is migrated and if the migration is successful or not is shown after deploy
-
Allow users to change the Hit Policy in Decision Model and Notation
- As a user, I want to be able to change the Hit Policy in DMN tables to control how results from multiple rules are combined.
- The Hit Policy determines how the results of multiple rules are combined.
-
Add BPM custom variable support on bpm builder
- In the expression and script builders the user can use custom variables defined in application configuration
-
Implement Data Transformation in BPM Builders(Expression Builder)
- Add in the expression builder the possibility to use data transformations
-
BPM code improvements
- Remove material ui from styles & components completely (Remove makeStyles,IconButton, colors(@material-ui/core/colors)), icons, InputAdornment, OutlinedInput)
- Remove code duplication's
- Improve component structures
- Improve dialog title code with axelor ui properly
- Fix Unique key & Uncontrolled components warning in components
-
Memory leak when large number of instances.
Resolved the memory leak caused by inefficient log handling for BPM instances. Replaced ByteArrayOutputStream with BufferedOutputStream around FileOutputStream to reduce heap memory usage and improve performance. Logs are now written directly to disk.
-
Change field title for Menu/Action
- Changed Action configuration title : User/Team field path was changed to User or Team Deadline field path was changed to Deadline 'is team field' was changed to 'Affect to team'
-
Batch processing takes much longer in 3.2.0
Improved batch processing performance for BPM instances.
-
Save delete content
- Save the latest content when using the keyboard shortcut on scripts
-
Deploy fail error management
- Do not start BPM when deployment is failed
- BAML Bug on instance generation
-
Add controller to check Studio Pro and Connect modules availability
- Using
Axelor connect
in BPM as a service task requires Studio Pro to be installed alongside with connect module. - Provide controller action to be used from front-end to check the availability of Studio Pro and Connect
- Using
-
Instead of selecting m2o fields from the model, allow expressions
- For the Actions on activity, the user can select either a team field or user field and expressions
- Each of the user action fields is expecting a m2o (for team and users) or a date field in case of a deadline.
-
Trigger BPM instance by global listener
- Implement a global listener to trigger bpm instance on every entity creation / update
- Add a configuration on WkfProcess to allow using hibernate global listener or AOP observer to trigger the process
-
Improve automatic deployment of BPM
Change bpm automatic deployment from server start to a button triggered deployment, Add a new button "Load from sources", this buttons calls a method to search for bpmn file by code from sources and load it withoud deploying it this feature must be activated from app settings using allowBpmLoadingFromSources boolean
-
Update gradle node, node and pnpm plugins to latest version
Upgraded the Gradle Node plugin from 5.0.0 to 7.0.2. Upgraded Node.js from 18.16.1 to 22.7.0. Upgraded PNPM to version from 8.6.6 to 9.8.0.
-
Add Custom Variables in BPM Configurations
- Added support for custom variables in BPM app configurations.Each variable has a corresponding Groovy expression that is validated for syntax.
- Valid variables can be used in BPM scripts.
-
Add translation functionality bpmn elements displayed in Merge-split tool
- Add translations for BPMN elements in the same way as used in BPM Studio.
-
Update the bpmn-js library to the latest version
-
Add helper to retrieve process information in Camunda BPM
Introduced a new WkfProcessHelper class to access process information at runtime. The helper allows retrieving various details related to process instance and tasks. Methods include getProcessInfo, getActiveTasks, and getTaskById to facilitate process data extraction during execution.
-
Add buttons to unblock bpm instances
Add two buttons to unblock the bpm process instances. They can be found under the menu App -> BPM components -> Technical Monitoring.
- The first one is in the Process Instances menu, more precisely in the form view of a process instance.
- This button will allow you to unblock the specific instance you select.
- The second button is in the BPM Models menu, in the form view of this menu.
- This button will allow you to unblock all the instances linked to a given BPM model.
- Even if all the instances of the model are not blocked for one model you can use it safely (it won't impact the non blocked instances).
- The first one is in the Process Instances menu, more precisely in the form view of a process instance.
-
Variable management
Implement a more efficient variable management system to ensure accessibility throughout the entire process.
-
A decision can be created by both real an custom models
-
Don't inject
MetaFiles
service inWkfInstanceServiceImpl
This service was unused so it has been removed from the fields and the constructor.
-
Studio builders refactoring
-
Issue when changing browser zoom
- When zooming, the horizontal scrolling is not available in the properties, making right buttons unavailable.
- Moreover, when canceling the resizing, properties panel remains compact.
-
Resolve Unable to close builder bug
-
Selecting a node doesn't open the properties
-
Fix Code editor on studio field settings
-
When merging BPM models there is a breaking issue
When having selected a BPM model and then merging it with another model, the application went blank consequently to a front-end issue.
-
Fix duplicate request when selecting BPM Model
-
fix sending mail task
-
Update xsd version on Studio elements
- Update xsd version on domains from 6.1 to 7.1
- Update xsd version on views from 6.1 to 7.1
- Update xsd version on import from 6.1 to 7.1
-
Incorrect variable handling causing some fields to be ignored
Fixed the issue where some fields were ignored due to incorrect variable handling, Updated serialization and deserialization of variables. Added configuration for serialization depth via
axelor-config.properties
:- Introduced property
studio.bpm.serialization.depth
to control the depth of serialization. - Default depth set to 5, with a maximum value of 10.
- Introduced property
-
Include relational fields
-
Alert when opening a process
-
Scrolling is blocked in mapper
-
Fix apply CamelCase on MetaJsonField each time when navigate to another field
- the metaJsonField's name are automatically converted in CamelCase.
- It's a nice for new field but not for already existing ones.
-
Duplicate menu don't generate a duplicate
Set the name of the studio action while creating/updating it.
- BAML Bug on instance generation
-
Issue when changing browser zoom
- When zooming, the horizontal scrolling is not available in the properties, making right buttons unavailable.
- Moreover, when canceling the resizing, properties panel remains compact.
-
Fix Code editor on studio field settings
-
Fix duplicate request when selecting BPM Model
-
fix sending mail task
-
Correct wrong translation
- Change in fr translation "Modèles standards importés" to "Importer les modèles standards"
-
Alert when opening a process
-
Fix apply CamelCase on MetaJsonField each time when navigate to another field
- the metaJsonField's name are automatically converted in CamelCase.
- It's a nice for new field but not for already existing ones.
-
Fix Bad alignment in messages
-
When merging BPM models there is a breaking issue
When having selected a BPM model and then merging it with another model, the application went blank consequently to a front-end issue.
-
Update xsd version on Studio elements
- Update xsd version on domains from 6.1 to 7.1
- Update xsd version on views from 6.1 to 7.1
- Update xsd version on import from 6.1 to 7.1
-
Builders refactoring
- Update dependencies to Axelor-message & Axelor-utils
- Fix unused exportation of files, when exporting an empty Studio App
- Change AOP version to 7.1.0
- Fix scrolling is blocked in mapper
-
Implement a websocket for the bpm
Add the collaboration in the BPM modeler
Warning: This feature is only available if AOP enterprise is activated
-
Synchronize BPM Task status with AOP task
-
Integrate Builders in BAML
Generalise builders based on type if any and Remove all the static duplicate code and use the generalised builders to avail all features and designs.
-
Implement a patch feature to merge/Split bpmn diagrams
-
Display studio button using AOP 7.1 feature
The studio button is now added using ViewProcessorImpl class which implements ViewProcessor class of AOP 7.1. The previous solution used CustomMetaService, which has now been removed as it is no longer needed.
-
Resolve Bpm deprecated warning
-
Improve memory management
Refacto of the front end to easily manage large bpmn models
-
Remove AccessConfig Model and unnecessary code
Objects deleted : AccessConfig,UserAccessConfig Services deleted : AccessConfigImportService.java AccessConfigImportServiceImpl.java
-
Remove unnecessary code
Remove unnecessary getNode method from WkfInstanceService
-
Remove AOS dependencies
remove importStandardWkfModels methode remove demo data related to AOS remove data-wkf-models imported files related to AOS
-
BAML Bug on instance generation
-
Memory leak when large number of instances.
Resolved the memory leak caused by inefficient log handling for BPM instances. Replaced ByteArrayOutputStream with BufferedOutputStream around FileOutputStream to reduce heap memory usage and improve performance. Logs are now written directly to disk.
-
Fix duplicate request when selecting BPM Model
-
Fix sending mail task
-
Fix Wrong translation of "Import standard models"
-
Fix Alert when opening a process
-
Fix apply CamelCase on MetaJsonField each time when navigate to another field
- the metaJsonField's name are automatically converted in CamelCase.
- It's a nice for new field but not for already existing ones.
-
Fix Bad alignment in messages
-
When merging BPM models there is a breaking issue
When having selected a BPM model and then merging it with another model, the application went blank consequently to a front-end issue.
-
Update xsd version on Studio elements
- Update xsd version on domains from 6.1 to 7.0
- Update xsd version on views from 6.1 to 7.0
- Update xsd version on import from 6.1 to 7.0
-
Builders refactoring
- Fix unused exportation of files, when exporting an empty Studio App
- Fix scrolling is blocked in mapper
- Don't override AOP translations
- Reference to non existant element while opening the view
- Escalation variable is not persisted
-
BPM : Allow to display status of an event based gateway
-
BPM : Colorize the diagram nodes where errors happens
-
BPM : Update the bpmn-js-token-simulation
-
BPM : For a given process instance allow to visualize process variable and values
-
STUDIO : Studio properties improvisation
One should be able to hide the whole section from properties. Similarly, it's Allowed property to hide or show conditionally. Sections labels customisation is possible. In side panel widgets toolbar also, it is possible to update visibility conditionally for sections or for particular field type & the same for divider's logic
-
BPM : DMN logs related to an instance execution should be displayed as well
-
STUDIO : Add interface for ExportService and change methods to non-static
-
BAML : Migrate BAML components to axelor ui components
Remove material ui & use axelor ui components as a alternative Add theme support like backend You can refer BPM or Studio for this migration. Basically completely migrate BAML to new theme & look using axelor ui
-
BPM : Migrate from react-ace to monaco-editor
-
BPM : The executable option must be a label properly displayed
-
STUDIO : Add icons and toolTips to guide the user
- App builder : Use logger properly and with consistency
-
STUDIO : Studio label on conditions are not translated
-
STUDIO : Fix Infinite loading When model bar search
When model doesn't have any panel and it's get selected view gets into a infinite loading.
-
BPM : OutOfMemory error due to large instance log text
-
STUDIO : Titles are not get in the node mapping
-
BPM : Node translations are not working
-
BPM : Fix Multiple BPM instance for a same record when throwing exception during the process execution
-
STUDIO : Add action validate when saving the studio action
Verify filling the fields lines by the right values. No effect for this action will be triggered just an action validate
-
App builder : fix import Apps from App menu
- Fix problem with userTask is blocking node when true expression set
-
BPM: Allow custom configuration to detect potential infinite loop in task evaluation
When the BPM engine evaluates a task, there are some mechanisms to ensure we don't enter a infinite loop. This mechanism is based on a maximal time execution and a maximal depth (to prevent an infinite recursion). These values are now configurable in 'App BPM', but the default values are kept for backward compatibility.
- BPM : Missing translation in the BPM
- BPM : Task listener script dialog issue
- BPM : Fix studio wkf model versioning and use code and version as unique key instead of suffixing the code
-
App builder: Remove x-translate from the name field of App model
This change imply to verify all the cards and forms views of your Axelor apps (all the models having a o2o relation with
com.axelor.studio.db.App
).
- BPM : Order and filter records when clearing the process instance logs
- App builder: Fix issue when importing apps with app loader
- BPM: fix issue with Expression/Script builder generates a wrong condition with the integer selection field
- App builder: All module selected internal server error
-
BPM: Align bpm studio groovy syntax with AOP groovy syntax
-
Web service: Track Webservices calls
-
Studio : Go to studio from grid or form
-
BPM : Add support of actions in service task
-
BPM : Support timer event with multi tenant
-
BPM: Pop-up on script
Add a feature to open Script on a popup to edit in a more friendly way the code written.
-
WS Connector: Add a new object for request order
-
StudioAction : Domain can't be longer than 255 characters
-
BPM : Get a visual feedback for the logs
Get a maximum information when an error occurs in the BPM execution
-
Menu Builder: Add view parameters
-
AppBuilder : Move app menus to main app configuration
-
BPM: Change The API endpoint to get and post the requests selected in the connector script
-
App Builder : Allow to migrate instances separately
-
APP BUILDER : Display 'code' field in select options of sourceVersion & targetVersion
-
BPM: Optimize available display
-
Studio : Change the studio react component path
-
BPM : Allow auto-import for process in config app
Add a new configuration to import process from sources and deploy them while deploying the application
-
BPM : Allow process instance modification in the runtime
-
Studio : migrate studio to axelor-ui
-
App builder : Migrate BPM & DMN & Studio to axelor-ui
Migrate BPM designer to Axelor-ui template Migrate DMN editor to Axelor-ui template Migrate Studio editor to Axelor-ui template
-
Remove user task conditions size limitation
-
App Builder : Fix all old bad practices that remains
-
AppBuilder : Fix French translations of studio, bpm, etc
-
Studio : Code optimisation
-
BPM : Fix french translations for studio bpm
-
Improve error message data to clickable link
-
BPM: Error when importing new BPM
-
WS Builder: Limited size of the field URL in WsRequest object
-
BPM: Ids in readonly for deployed BPM models
-
BPM: Newly inserted element is selected but its properties not
-
Menu Transformation is also called Request
-
WS Builder : Headers issue - Change the API end-point used to get the key-value-headers
-
WS Builder : Issue with authenticate button , the authentication done but the check box doesn't change to true
-
STUDIO MENU : Remove the top Menu for the AOP V7 version
-
StudioDashlet : colSpan not supported for AOP 7
-
APP BUILDER : Update custom view templates
-
BPM : Result Variable is not displayed after process deployment
-
APP BUILDER : Studio shouldn't be accessible from any view
Added magic-wand icon to Open studio button
-
BPM : Code editing popup not fully implemented
The code editing popup should be available everywhere in the builder when a script can be used
-
App Builder : Fix WkfInstanceMigrationHistory typos
-
App Builder : Duplicate StudioActionView on every save
-
BPM : Correct conditional events
-
BPM : Script dialog bug
-
BPM : Unable to access some models when configuring BPM process in studio
-
BPM : Non intuitive behavior on the DMN
-
APP BUILDER : Translations are not working in react views
-
BPM : Fix dirty tab feature
-
BPM : opening linked DMN view issue
Linked DMN should be selected and loaded while opened from BPM
-
STUDIO : Studio is crashing over tab removal
-
Allow the user to get messages from other models
-
APP BUILDER : A menu can't have itself as a parent
When using the menu builder a menu can't have itself as a parent.
-
App Builder : Migrate icons from font awesome to bootstrap icons
- Anomaly #71447: Fix NPE upon save of a custom model with a menu
- Anomaly #70597: Fix StudioActionView duplication on every save
- Anomaly #70007: Fix apps images duplicating at each server startup
-
Fix app config not initializing
If an app configuration contains required fields with default values, the configuration record was not initialized leading to a no configuration popup message despite a configuration record existing.
This has been fixed by also checking if all required fields have a non-null value.
- STUDIO-65999 : WkfInstance: Migration history
- Web service: Add possibility to order request payloads
- BPM: Add a field 'Migration status' in WkfInstance
- Feature #65782 : WkfInstance: Restart from selected node
- WkfModel: Add a boolean 'New version on deploy'
- BPM: Add a new object 'WkfMigration'
- Demo data: Fix Purchase Request demo data
- Wkf Deployment: Manage old menu removal
- Fix AOP version to 6.1.5
- Anomaly #71447: Fix NPE upon save of a custom model with a menu
- Anomaly #70597: Fix StudioActionView duplication on every save
- Anomaly #70007: Fix apps images duplicating at each server startup
- BPM Timer: Fix @RequestScoped and JPA context on timer call
- BPM : Error in error notification message
- StudioSelection : Custom selection is broken
- Add documentation for web service builder using Antora
- Update Utils and Message dependencies
- Ws-builder , Hide authenticate button when no request is selected
- BPM, pass variables in call activity
- Add new parser for xml responses
- Fix export/import Web service components
- BPM: Change title of the field 'App builder' to 'App' on bpm editor
-
Bump AOP version to 6.1.3
-
Studio: Field size
-
Add List of headers suggestions to the header builder in version XML of Ws-Builder
Add a list of headers to be chosen by the user , you can use the standard headers in HTTP/1.1 specification by the Internet Engineering Task Force (IETF)
-
BPM: Add support for date, datetime and user variable on completedIf condition
-
BPM : Manage BPM exceptions / errors with AOP MailMessage
-
Studio: Tab panel
-
Handle response types at parsing to Json , and add some improvement in WS BUILDER
- when getting the response of execution of a request , we parse this response to Json Object . there are many types of response that can be at the response , until now we manage only responses that are compatible with APPLICATION_JSON_TYPE and APPLICATION_XML_TYPE , we have to manage all existing types additional points :
- manage m2o and m2m in the payload builder
- manage Repeated Requests by storing the result of each repeated occurrence
- tool bar is responsive for ws-Builder now
- Add possibility to open the request and the authentication in a new tabs in ws builder
- Add the features in WsAuthentication ( version Xml ) to the web service React App
-
Update xsd to 6.1
-
Studio: Toolbar selections
- Studio: Fix unable to export app from button on the card view
- Studio: Unnecessary spacer creation
- BPM: Fix BPM process infinite loop
- Studio: Separator widget
- DMN: Fix rule input cells
- Studio: Fix multiple issues while import the app
- DMN: Fix reload issue
- Studio: Property updates
- Studio: Fix App export issue in widget attrs
- BPM: Manage null and empty values for process instance id
- Anomaly #71447: Fix NPE upon save of a custom model with a menu
- Anomaly #70597: Fix StudioActionView duplication on every save
- Anomaly #70007: Fix apps images duplicating at each server startup
- BPM: Open the meta menu form for a menu generated by the process
- Change title for BPM Model import
- BPM: Add domain on menus
- BPM: Multiple menu from a node with roles
- BPM: Fix context for menus
- Studio URL should ends with '/'
- BPM: Fix listout panel issue in View attributes properties
- BPM: Fix single result boolean on the query builder
- BPM: Fix error while use the IN operator in a script generated by the query builder
- BPM: Fix query builder operator on "Value from" change
- BPM: Fix empty operator selection on expression builder
- Unable to use hideIf, showIf and requiredIf as view attributes
- Replace deprecated classes from org.apache.commons.lang3 by org.apache.commons.text
- BPM: Fix wrong evaluation of IN operator in case of selection on expression builder
- Anomaly #59638: Fix all old bad practices from controllers
- Anomaly #71447: Fix NPE upon save of a custom model with a menu
- Anomaly #70597: Fix StudioActionView duplication on every save
- Anomaly #70007: Fix apps images duplicating at each server startup
- Anomaly #63849: Fix DMN breaking error
- Anomaly #64221: Inaccessible application in case of missing properties
- Anomaly #62216: Null Java Pointer : when save a Connector without a request
- Anomaly #62285: Error when loading transformation.csv
- Anomaly #62413: Fix workflow import and related code
- Anomaly #62621: Refactor WkfDashboardCommonService
- Anomaly #62661: MetaJsonModel can't be chosen on the context and parameter / payload builder
- Feature #62863: Readable file name for BPM export
- Anomaly #63014: BPM Studio: unable to save script on listener
- Anomaly #63064: Unique process id generation
- Anomaly #63142: [DMN]: Expression property
- Anomaly #63226: BPM : Issue on delete process
- Anomaly #63263: Expression builder: unable to validate expression on buttons
- Feature #49090: Web service
- Anomaly #53787: Fix Payloads Editing when adding new elements
- Feature #53844: Add Username / Password Tasks when click on authentification option instaed of the table
- Feature #55755: add List option to The payload builder
- Feature #55144: Add a time builder for timer events
- Feature #55354: Connector Part : execute of call connector action
- Anomaly #55389: Error when modification of a proprity of the request after switching from model to another
- Feature #55429: context Builder : Build the context to be chosen when we want to test the connector
- Feature #55441: Run test Button
- Feature #55644: Add and Edit Request from Authentication part or connector part
- Feature #55929: Create Groovy Script for the embedded payload ( conception + realisation )
- Anomaly #57099: Save only one model payload with the request
- Anomaly #57100: the call of an update request doesn't work
- Feature #57145: Fields Validation
- Feature #57268: Add option of multiple object inside a list in the json payload of the request ( Payload Builder - Parameter Builder )
- Anomaly #57973: [DMN] wrong evaluation in case of date
- Feature #59199: Support roles in task assignation
- Anomaly #59299: DMN : Fix record change in table mode, hide model option on input expression
- Feature #59634: [Studio] Support only if
- Anomaly #59722: AxelorMessageException : Keep exception class to avoid blocking
- Feature #59768: [SCRIPT] code highlighting
- Anomaly #60099: [STUDIO WS] Problem in API CALL
- Anomaly #60316: [Action Builder] Error in the generated script action
- Feature #60389: [STUDIO WS] Exportation of ws Studio with custom applications
- Anomaly #60513: [DMN] Duplicated id for decisions
- Anomaly #60571: [STUDIO WS] Exportation of ws Studio with custom applications : the connectors can't load the requests
- Anomaly #60577: AOP problem : the authentification with axelor instances dosn't work with the ws builder in AOP
- Anomaly #60678: Studio Addons : initApps issue
- Anomaly #60715: Error in view studio-team-task-form
- Anomaly #60716: Error in view studio-web-service-ws-request
- Anomaly #60735: BPM: Impossible to download BPMN
- Anomaly #60779: Auto install apps : aos.apps.install-apps in properties
- Feature #60780: Move auto installer apps from Base to Studio
- Feature #60896: Axelor-config : properties choices between AOS and AOP
- Anomaly #61460: Typo in action-wlf-model-method-onload
- Anomaly #61563: BPM modeler: selection of another model
- Feature #61778: Add a global simple context map
- Anomaly #62103: Multiple error for task assignation
- Feature #62104: Imporovement Token Mode
- Anomaly #62105: View attributes doesn’t work for a sub-process.
- Anomaly #62158: [STUDIO] Missing "show processus instance"
- Anomaly #62171: Authentication's Requests disapear when navigate from the connector
- Anomaly #62216: Null Java Pointer : when save a Connector without a request
- Anomaly #62270: Fix timer event execution
- Anomaly #62327: Expression builder: resize dy default
- Anomaly #62329: Expression builder: don't allow to change width
- Anomaly #62336: BPM : crash when click on multiselect property of nodes
- Anomaly #62418: Studio : Theme not apply
- Anomaly #62575: WsTokenHandler: Missing rollback on transactional
- Anomaly #62582: Errors while loading the bpm modeler page
- Anomaly #62584: Dashboard on process model is not working
- Anomaly #62586: Unable to get user full name in nodes
- Anomaly #62588: Builder error
- Feature #62626: Export/Import the new fields in wsAuthetication and parameters in wsRequest
- Feature #62628: Apps type and tag
- Anomaly #62789: Revert Survey feature
- Anomaly #62850: AppServiceImpl : exception on Windows when we try to install an app