I can complete a task before execution from delegate

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.6.0, 7.6.0-alpha5
    • Affects Version/s: None
    • Component/s: engine

      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(); 
        }
      
      }
      

            Assignee:
            Unassigned
            Reporter:
            Askar
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: