From f36e26c548ffce4b878a25db70fa6fdb970d5465 Mon Sep 17 00:00:00 2001 From: Baptiste Grimaud Date: Tue, 24 Feb 2026 13:56:30 +0100 Subject: [PATCH 1/2] chore: deprecate custom workflows --- workflow-sample/README.md | 7 +++++-- workflow-sample/pom.xml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/workflow-sample/README.md b/workflow-sample/README.md index 6fe60c9..cacd4e1 100644 --- a/workflow-sample/README.md +++ b/workflow-sample/README.md @@ -1,6 +1,9 @@ # Jahia OSGi Workflow sample -This repository contains samples of workflow registration +This repository contains samples of workflow registration. + +> [!WARNING] +> Custom workflows are now deprecated, and you should not base your module implementation on this sample. ## How to test it @@ -15,4 +18,4 @@ This module contains : - The associated registration in a json file - A mail template - A custom WorkItem handler, exposed as an OSGi service -- A custom Assignation valve, exposed as an OSGi service \ No newline at end of file +- A custom Assignation valve, exposed as an OSGi service diff --git a/workflow-sample/pom.xml b/workflow-sample/pom.xml index d1a6b94..2e498c6 100644 --- a/workflow-sample/pom.xml +++ b/workflow-sample/pom.xml @@ -15,7 +15,7 @@ 1.0.0-SNAPSHOT bundle Jahia Workflow samples - This is a module with Workflow samples + This is a module with Workflow samples (deprecated!) From ef0413eb5bf8f28dd51a3f863432b139728cd33f Mon Sep 17 00:00:00 2001 From: Baptiste Grimaud Date: Wed, 25 Feb 2026 10:40:11 +0100 Subject: [PATCH 2/2] reword --- workflow-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-sample/README.md b/workflow-sample/README.md index cacd4e1..63e2c8b 100644 --- a/workflow-sample/README.md +++ b/workflow-sample/README.md @@ -3,7 +3,7 @@ This repository contains samples of workflow registration. > [!WARNING] -> Custom workflows are now deprecated, and you should not base your module implementation on this sample. +> As of Jahia 8.2.4.0, custom workflows are deprecated, and you should not base your module implementation on this sample. ## How to test it