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

I can cancel process instances asynchronously using Java Api

XMLWordPrintable

      AT

      • when I call deleteAsync method in Runtime service
        • with list of process instance Id's that exist
          • process instances with corresponding ID's are deleted
          • I can see BatchOperation in the database
          • HistoricTaskInstance records are created if history level is not set to none
          • corresponding deletion reason is set for all process instances
          • AuthorizationException is thrown if executed without proper permissions
        • with ID's that do not exist
          • corresponding execution job throws exception
          • Batch Operation is persisted in the database
        • with a null reference instead of ID's
          • ProcessEngineException is thrown

        This is the controller panel for Smart Panels app

              sebastian.menski Sebastian Menski
              askar.akhmerov Askar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: