cancel
Showing results for 
Search instead for 
Did you mean: 

Set Service Task Expression Programmatically

aslashz
Champ in-the-making
Champ in-the-making
Hello,

Is there anyway to set the expression or Java class in ServiceTask programmatically before we start the process via Java code ?

Thanks
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Aslashz,

You can not do that directly. But what you can do is to create java class which will take an expression string (set in runtime) and let this class to resolve expression and instantiate the class.

Regards
Martin