How to get the Current activitiName in Alfresco Process services (Activti 7)

cancel
Showing results for 
Search instead for 
Did you mean: 
Nidhi_Bansal
Member II

How to get the Current activitiName in Alfresco Process services (Activti 7)

In Alfresco APS 2.3 version, we have one upgrade i.e., Changing ActivitiExecution class to Delegate Execution class.

 


Both the classes has execute() method.

 

Inside the execute() method of ActivitiExecution, we have method called "getCurrentActivitiName()"

 

But inside the execute() method of DelegateExecution,we don't have this method called "getCurrentActivitiName()".

 

How to get the Current activitiName in Alfresco Process services (Activti 7)without this method in DelegateExecution class?