Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-6714

I can complete a task before execution from delegate

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.6.0, 7.6.0-alpha5
    • None
    • 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(); 
        }
      
      }
      

        This is the controller panel for Smart Panels app

              Unassigned Unassigned
              askar.akhmerov Askar
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: