From 4336d54fe77b33f93ea751a1756d57f39a933891 Mon Sep 17 00:00:00 2001 From: Jan Friedenstab <8794084+jfriedenstab@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:05:25 +0200 Subject: [PATCH] docs(web-modeler): remove "saas only" limitation for process applications (#3904) --- .../modeler/web-modeler/process-applications.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/components/modeler/web-modeler/process-applications.md b/docs/components/modeler/web-modeler/process-applications.md index c3b6383b18..e681db20e7 100644 --- a/docs/components/modeler/web-modeler/process-applications.md +++ b/docs/components/modeler/web-modeler/process-applications.md @@ -11,8 +11,6 @@ import DeployProcessApplicationImg from './img/process-applications/deploy-proce import RunProcessApplicationImg from './img/process-applications/run-process-application.png' import DeployErrorImg from './img/process-applications/deploy-error.png' -Camunda 8 SaaS only - ## Idea and purpose A process application is a special type of folder in Web Modeler that allows you to work on a set of related files and @@ -108,11 +106,9 @@ Note that when you deploy the process application: - Linked external forms will be deployed together with the process application. - Linked external BPMN and DMN diagrams are _not_ deployed together. They must be deployed separately. -## Limitations and availability - -Process applications are available in SaaS only. They are not yet available in Web Modeler Self-Managed. +## Limitations -Also be aware of the following limitations when working with process applications: +Be aware of the following limitations when working with process applications: - You cannot create subfolders inside a process application. - Process applications can only be deployed to a Zeebe cluster in version 8.4.0 or higher.