-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
TC
- in TaskCreateListener
- delegate can trigger completion
Unclear:
- how the method should react if the event is "complete" or "delete" (probably it should simply through an Illegal State Exception)
for example
public class MyTaskListener implements TaskListener { @Override public void notify(DelegateTask delegateTask) { delegateTask.complete(); } }
This is the controller panel for Smart Panels app
- is related to
-
CAM-6829 I can create task listener using fluent model API
- Closed