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

                 Key: NXP-8137
                 URL: https://jira.nuxeo.com/browse/NXP-8137
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
          Components: Workflow
    Affects Versions: 5.5-SNAPSHOT
            Reporter: Antoine Taillefer


In {{TaskMigrationRunner#migrateGenericTask}}, we suspend the JBPM task 
instance once it has been migrated:
{code:java}
ti.suspend();
{code}
Maybe is should even be canceled to keep it in a "cleaner" state since it is 
not supposed to be used anymore:
{code:java}
ti.cancel();
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to