cancel
Showing results for 
Search instead for 
Did you mean: 

Set value for a variable in form

rajee434
Champ in-the-making
Champ in-the-making
Hi ,

I have a variable named "Status" with value "applied" in start event form.
Now i want to set the value for that variable as "Progressed" in my next event.
How to set the value?
What type of task should i use for this?

Is it possible with script type task? If so how?

Thanks
Rj
10 REPLIES 10

kuldeepjindal09
Champ in-the-making
Champ in-the-making
while doing below code:

private Expression to;
String value1 = (String) to.getValue(arg0);
i am getting null pointer exception..?
please help