Extension point taskProvider
In component org.nuxeo.ecm.platform.task.core.TaskService
Documentation
This extension can be used to add task providers. a task provider must implement the TaskProvider interface.
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="taskProvider" target="org.nuxeo.ecm.platform.task.core.TaskService"> <taskProvider class="org.nuxeo.ecm.platform.task.core.service.DocumentTaskProvider" id="documentTaskProvider"/> </extension>