This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: how do I to take the value of variableswiderski.maciej Nov 10, 2014 2:06 AM (in response to ivanice)You need to take it out from process instance: ProcessInstance pi = ksession.getProcessInstance(id); ((WorkFlowProcessInstance)pi).getVariable(name) That will give you access to process variables. HTH 
- 
        2. Re: how do I to take the value of variableivanice Nov 10, 2014 5:47 AM (in response to swiderski.maciej)thanks for the quickly response, but I have a string as "id", not a long 
- 
        3. Re: how do I to take the value of variableivanice Nov 10, 2014 5:55 AM (in response to ivanice)I resolved with getid(); XD thanks Maciej 
- 
        4. Re: how do I to take the value of variableivanice Nov 11, 2014 5:51 AM (in response to ivanice)Instead of the variables can I take a instance of class that I created in a script Task?? 
 
    