Hi Thomas,
I wanna set a variable after the process has been started. For instance, consider a process with 2 tasks.
User fills in a text field(say 'newUser') while completing 1st task and the value of the text field is used as the actor id for the next task('#newUser').
And I dont wanna use any script node in between.
I have tried using a Map and putting it in the content of the task and mapping with out parameter but no luck. So probably I did nt use it correctly. So may be you could give me a running example code.
Thanks.