
Axon.ivy Digital Business Platform 8.0
Smart, smarter, Axon.ivy Digital Business Platform
Smart, smarter, Axon.ivy Digital Business Platform
Our new Engine Cockpit has now become a mighty successor of the AdminUI with a rich feature set. It's completely based on web technologies and simply open in your favorite browser or even on mobile devices.
With the new theme and the introduction of the Engine Cockpit, the Engine Config UI doesn't really fit in our product toolset any longer. Because of that, we decided to reengineer this initial setup as a new Setup Wizard.
yaml
files, the new wizard saves your settings correctly.We re-styled the Portal application completely and implemented a lot of new features.
Running the Axon.ivy Engine in an isolated container has become a lot easier.
This means that the barriers between Docker, Kubernetes, OpenShift and all other container orchestration platforms have been broken down!
The Axon.ivy Engine is now available as a Debian package. Now Engine operators can benefit from the rich tooling on the preferred platform of most cloud providers.
Successfully deploying your application in your customers environment is now easier than ever. The days of manual installations and the related chatty documentation are over!
# sample ivy.yaml with some often used entries defined
SystemDb:
Url: jdbc:mariadb://myDbHost:3306/AxonIvySystemDatabase
UserName: root
Password: 1234
Administrators:
admin:
Password: "${hash:1234}"
Email: info@localhost
devop:
Password: "${hash:4321}"
Email: dev@axonivy.com
EMail:
Server:
Host: smtp.gmail.com
Port: 25
Frontend:
HostName: workflow.acme.com
Port: 80
YAML
files. Now it is very easy to document the whole truth about the current engine environment within an ivy.yaml
file. ivy.yaml
file as your system documentation.We believe that highly automated deployments are important. Customers should be able to use the latest features instantly. While developers and operations need a high confidence about the proper execution of their runtime artifacts.
That's why we extended our deployment interface:
deploy
directory and it will be rolled-out. We updated the platform of the Designer in order to bring even more fun and productivity into your daily work. Stay ahead!
F3
-Button or Ctrl + click
to jump instantly to a resource.Run the Axon.ivy Designer with the operating system you know and love most.
We made the latest Axon.ivy Designer much more flexible, so that it serves best for your development needs.
The tooling to call remote Web Services has been completely re-worked and is more powerful than ever.
Customizing a task and case list based on process data is easier than ever before. Put data in the custom field store of the task or case and it becomes automatically searchable. In addition, it can also be helpful for workflow process reporting.
TaskQuery
and CaseQuery
API to filter, aggregate and order by custom fields.STRING
, TEXT
, NUMBER
and TIMESTAMP
.TaskQuery.create().where()
.customField().stringField("branchOffice").isEqual("Zug")
.and()
.customField().numberField("creditLimit").isGreaterThan(10_000);
Legacy Support: Forget the additional properties, the limited old custom fields, the strange business fields and the legacy categorization. You don't need them anymore. But we are fully backward compatible. All legacy API calls will be mapped to custom fields. All inscribed inscriptions in your project will automatically be converted.
Axon.ivy now runs with Java 11. Which is the most recent LTS runtime for Java.
var
and make use of modern libraries built upon Java 11.