cancel
Showing results for 
Search instead for 
Did you mean: 

get data from Form Enum in java

anessjava
Champ in-the-making
Champ in-the-making
hi

i want to know how to get values from enum form.
so i can put it in a context variable to use it in execlusif gateaway

help please.

thnx
1 REPLY 1

burn83
Champ in-the-making
Champ in-the-making
You can try to use the id of enum as process variable…and your class in Java must implements Delegate.

so you have a method .getVariable(<id of process variable that you have selected>)…Right!?