Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-8137

JBPM migrated tasks could maybe be canceled and not only suspended.

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: 5.5-SNAPSHOT
    • Fix Version/s: None
    • Component/s: None

      Description

      In TaskMigrationRunner#migrateGenericTask, we suspend the JBPM task instance once it has been migrated:

      ti.suspend();
      

      Maybe is should even be canceled to keep it in a "cleaner" state since it is not supposed to be used anymore:

      ti.cancel();
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: