Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-2796

Active task status is getting marked completed when process instance is aborted.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.8.0.GA
    • 7.6.0.GA
    • jBPM Core
    • CR1
    • +
    • Hide
      • Create a sample process with one user task.
      • Start the process.
      • Abort the process before completing the user task.
      • Select the node instance log table record for aborted process instance.
      Show
      Create a sample process with one user task. Start the process. Abort the process before completing the user task. Select the node instance log table record for aborted process instance.
    • 2020 Week 10-12 (from Mar 2)

    Description

      Task status is getting marked completed when Process instance is aborted.
      For example :

      • I have started a process which has 2 user task. As soon as process started a new user task is created and task status is active.
        ~~~~~~~~
        SELECT nodename,type,nodetype FROM NODEINSTANCELOG where processinstanceid = 1;
        NODENAME TYPE NODETYPE
        null 0 StartNode
        null 1 StartNode
        Task1 0 HumanTaskNode
        ~~~~~~~~
      • Now if I abort the process instance then I can see task status is marked completed.
        ~~~~~~~~
        SELECT nodename,type,nodetype FROM NODEINSTANCELOG where processinstanceid = 1;
        NODENAME TYPE NODETYPE
        null 0 StartNode
        null 1 StartNode
        Task1 0 HumanTaskNode
        Task1 1 HumanTaskNode
        ~~~~~~~~

      Attachments

        Issue Links

          Activity

            People

              elguardian@gmail.com Enrique González Martínez (Inactive)
              rhn-support-abchavan Abhijeet Chavan (Inactive)
              Gonzalo Muñoz Fernández Gonzalo Muñoz Fernández
              Gonzalo Muñoz Fernández Gonzalo Muñoz Fernández
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: