WFLTodoList page plugin
Settings
Workflow engine type setting:
Workflow engine type setting for WorkflowStatus, WorkflowToDoList, ProjectWorkflowsView plugins. Which makes it possible to choose the workflow engine type ('Camunda' or 'XWE').
For creating a plugin to support XWE engine, select XWE.
For creating a plugin to support Camunda engine, select Camunda.
The default value is 'XWE'.
Need to be careful when adding contentViews, because XWE engine type support com.meylemueller.workflow.persistence.ProcessEntity for object type.
But Camunda engine type support com.meylemueller.workflow.engine.camunda.expressions.Task for object type.
Enabled workflow must match the selected engine type.