cancel
Showing results for 
Search instead for 
Did you mean: 

how can i set multi input variables in businessRuleTask

kafeitu
Champ on-the-rise
Champ on-the-rise
The property "activiti:ruleVariablesInput" like support multi variables, I tried but I don't know how to set multi variable names, please help me.
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
I had a look at the XML-parsing, and it's using  protected List<String> parseDelimitedList(String expression). So you should add a comma-seperated list of variable names in the xml-attribute.