Skip to content
Snippets Groups Projects
Commit f1a8a23f authored by Lukas Werner's avatar Lukas Werner
Browse files

Added flowableEngine and WorkflowModeler alias

parent 39d6e902
No related branches found
Tags 5.0.0
No related merge requests found
......@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [4.0.0] - UNRELEASED
### Added
- Added `flowableEngine` alias
- Added `WorkflowModeler` alias
### Changed
## [3.0.1] - 2025-02-12
### Added
......
<?xml version="1.0" encoding="UTF-8"?>
<aliasDefinition xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/aliasDefinition/1.3.1">
<name>WorkflowModeler</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<datasourceType v="21" />
</aliasDefinition>
<?xml version="1.0" encoding="UTF-8"?>
<aliasDefinition xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/aliasDefinition/1.3.1">
<name>flowableEngine</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<datasourceType v="19" />
</aliasDefinition>
{
"name": "@aditosoftware/workflow",
"version": "3.0.1",
"version": "4.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@aditosoftware/workflow",
"version": "3.0.1",
"version": "4.0.0",
"devDependencies": {
"@aditosoftware/devtools": "^2.0.0",
"@aditosoftware/eslint-config-adito": "^3.3.0",
......
{
"name": "@aditosoftware/workflow",
"version": "3.0.1",
"version": "4.0.0",
"adito": {
"type": "module"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment