This content has been marked as final.
Show 3 replies
-
1. Re: Variable creation with jPDL
Ronald van Kuijk Dec 11, 2006 1:31 PM (in response to Barry)STFF
-
2. Re: Variable creation with jPDL
Barry Dec 11, 2006 2:39 PM (in response to Barry)I did, I don't see any straight answer to my question.
The tag with variables maps variables from process to task instances, but it doesn't create new variables. The variables have to be already defined in the process. I need a way to "create" process variables without calling:
void ContextInstance.setVariable(String variableName, Object value);
void ContextInstance.setVariable(String variableName, Object value, Token token); -
3. Re: Variable creation with jPDL
Tom Baeyens Dec 12, 2006 6:33 AM (in response to Barry)variable initialisation is not yet available in plain jpdl. you'll have to write your own action handler to do this