cancel
Showing results for 
Search instead for 
Did you mean: 

Use of result varible in java class

jatin_bhoir
Champ in-the-making
Champ in-the-making
Can I use result variable of service task in Java class?
Can we store result variable of service task as object/list/collection?
3 REPLIES 3

martin_grofcik
Confirmed Champ
Confirmed Champ
Can I use result variable of service task in Java class?
Yes

Can we store result variable of service task as object/list/collection?
Yes.

Please be more specific in your questions. (Answers would be better).

Regards
Martin

jatin_bhoir
Champ in-the-making
Champ in-the-making
I m storing result of expression in result variable. After that service task I want to use java class. I want to use that result variable into java class as a variable for a method parameter

jbarrez
Star Contributor
Star Contributor
Sure, use an expression to call the method on the Java bean, and pass the variable as argument to that method.