cancel
Showing results for 
Search instead for 
Did you mean: 

Editing a script task using built in designer

maudrid
Champ on-the-rise
Champ on-the-rise
I'm not sure if this is a silly question, but using the activity modeling/designer tool as part of activiti explorer in v5 or the new activiti app in v6 beta, I'm not able to find a way to set these properties of the script task:

activiti:resultVariable=
activiti:autoStoreVariables="false"

Without exporting the bpmn20.xml, adding it in and then importing is again, is there a way I can change the value of these using the provided tools?
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
They seem indeed to be missing.
However, you don't strictly need them. You can set the resultVariable yourself in the script using execution.setVariable('myVariable', value);