1 Reply Latest reply on Mar 15, 2010 12:36 PM by kukeltje

    How can I access task from a task start listener in JBPM4.3 ?

    egycator

      Hello All,

      I need to make the task name more descriptive for the users by appending some process variables to the name.

      In JBPM3 we used event type  "task-create" and the event action rename the task to the descriptive name.

      But when using the event listeners in JBPM4.3 , the "on start event" can't access the task because it is not yet persisted in the db

      Is there any way to access the task from the "on start event"?