2 Replies Latest reply on Nov 20, 2014 10:14 AM by giorgimode

    Concatenate strings in BPMN

    giorgimode

      I would like to concatenate multiple string variables in BPMN inside 'Input Data Mapping' using expression, but so far it doesn't work. It always interprets the whole expression as string and does not apply any operators or methods. I have tried:

      "bla" + variable

      return ("bla" + variable);

      getProcessVariable(variable)

       

      Do I make something wrong, or is the Expression for Input Data Mappings buggy?

      Is there any workaround? E.g. using a script task?