cancel
Showing results for 
Search instead for 
Did you mean: 

Task entity

lobnakh
Champ in-the-making
Champ in-the-making
Hello !
I need you Activiti team to help me resolve my problem!
I implemented a process with more than three user tasks.An object is used within all of the tasks.Its state(its attributes) change through the process.I need to see the object's state in every step of the process.How can i obtain this result ?? Any advice can help me !Thank you in advance.
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi LobnaKh,

BE: process variable:

  /**
   * Returns the process variables if requested in the process instance query
   */
  Map<String, Object> getProcessVariables();

FE: depends on the technology used.

Regards
Martin