This is a custom module to clean automatically exited or completed workflow tasks (publication, etc).
- In Jahia, go to "Administration --> Server settings --> System components --> Modules"
- Upload the JAR workflow-tasks-cleaner-X.X.X.jar
- Check that the module is started
- Go to the page "Karaf command line" (JAHIA_URL/modules/tools/karaf.jsp) and execute the command workflow-cleaner:clean
Properties:
Name | Value | Description |
---|---|---|
jahia.workflow.tasks.cleaner.job.cronExpression | 0 30 2 * * ? | Crontab expression for the job |
List all current workflow tasks with human-readable values for task states.
List all current workflow tasks.
Options:
-id
(required): The task id.--fix
: Try to fix the task (reassign groups/users).--delete
: Delete the task.