Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

yuuvis® RAD

Performance Improvements in yuuvis RAD Workflow Engine (10 minutes, Bratislav)

...

The essential workflow functions needed for client development have been published as a public API. The API focuses on user perspective (get tasks of authorized user, start a process as authorized user, etc.) and allows for the development of fully custom clients on a stable API. Functions and endpoints needed for administrative purposes (such as "show tasks of all users in a tenant") are available only within the Kubernetes cluster and are not public.

Workflow with Reference Client (Martin)

With the 2021 Autumn version, we started with a first step supporting Workflow in the client: The user can create a follow-up, he can manage them in the 'My Follow-ups' view, and is getting a notification in the Inbox when the follow-up date is reached. 

...

Preview of the 2021 Winter version

Scaling of

...

Keykloak (Martin)

The identity provider service Keycloak is used to authenticate a user of a tenant. Keycloak is designed to handle 50 to 100 tenant (realms) well. In the case yuuvis should be used as a cloud application with thousands of tenants there is a need to work with more than one Keycloak instance. A new Keycloak proxy service will support this.

Microsoft O365

...

Integration (Martin)

In this case, the content of an object is a Microsoft Office mime-type the client will offer to edit the corresponding file with the help of the OS O365 service. Saving the changed file back leads to a new version of the object.

...