Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-10065

Event types in the TaskLifeCycleEventListener interface do not match with human task life cycle status

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • None
    • Runtime Engine
    • None
    • False
    • False
    • NEW
    • NEW

    Description

      When implementing TaskLifeCycleEventListener interface the following behaviour is  observed: 

      1. beforeTaskAddedEvent --> task_status = null
      2. afterTaskAddedEvent --> task_status = Ready (or Reserved when autoclaim)

      3. beforeTaskActivatedEvent --> task_status = Ready (or Reserved when autoclaim)
      4. afterTaskActivatedEvent --> task_status = Ready (or Reserved when autoclaim)

      From the above, the task status "Created" is not shown at all. However, the expected behaviour would be: 

      1. beforeTaskAddedEvent --> task_status = null
      2. afterTaskAddedEvent --> task_status = Created

      3. beforeTaskActivatedEvent --> task_status =Created
      4. afterTaskActivatedEvent --> task_status = Ready (or Reserved when autoclaim)

      Attachments

        Issue Links

          Activity

            People

              ftirados Francisco Javier Tirado Sarti
              ftirados Francisco Javier Tirado Sarti
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: