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

I can complete a task before execution from delegate

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Fixed
    • L3 - Default
    • 7.6.0, 7.6.0-alpha5
    • None
    • engine

    Description

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

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce