cancel
Showing results for 
Search instead for 
Did you mean: 

Get the association name from aworkflow model

wajdi_ghribi
Champ in-the-making
Champ in-the-making
I am implementing a workflow with activiti wich contains an association in the task (create case) with the content type (mynamespace:lawuit) i want to get the name of the association or the name of the element(lawsuit) associated in order to get its noderef, does anyone has an idea about that , i will apreciate your help Thanks!
1 REPLY 1

yogeshpj
Star Contributor
Star Contributor
You can use execution.getVariable(Association Name) method.Then you need to cast it in ActivitiScriptNode.