Thank you slehman for being so fast in answering me.
1)
Let me just detail a little bit. From the Eclipse Designer, when adding a form property I fill the following fields:
* Id = myId - representing the id of the property. This is getting translated as the ID which my property will have in the form.
<code> E.g. <input type="text" id="myId" …./></code>
* Name = My Id - representing the value I use for generating the label (pretty name/description) of my property
* Type = string, long,etc etc
* Variable - I do NOT put anything here since the form property will become automatically a variable process.
When I am on the form everything is OK. But after the task is finished if I get the process variables, it seems that I get the Id from above as my variable name, instead of getting the Name from above as its name.
I think you are right, the Name and Id are STRICTLY for forms, and If I don't specify a Variable name, the Id is automatically used. Am I right ?
2) Am I allowed to use variable names which contain spaces ? I was imagining it's like in other programming language, you are not allowed to have variables which contain whitespaces.
Waiting for your response since I am a little bit confused.
Regards.