Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions workflow-sample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Jahia OSGi Workflow sample

This repository contains samples of workflow registration
This repository contains samples of workflow registration.

> [!WARNING]
> 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

Expand All @@ -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
- A custom Assignation valve, exposed as an OSGi service
2 changes: 1 addition & 1 deletion workflow-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Jahia Workflow samples</name>
<description>This is a module with Workflow samples</description>
<description>This is a module with Workflow samples (deprecated!)</description>

<repositories>
<repository>
Expand Down
Loading