Userguide references non-existant method

XMLWordPrintable

      The user guide makes references to a method for storing 'typed' process variables

      runtimeService.setVariableTyped(processInstance.getId(), "customer", typedCustomerValue);

      This method does not seem to exist.

      Should be replaced by

      runtimeService.setVariable(processInstance.getId(), "customer", typedCustomerValue);

            Assignee:
            Daniel Meyer
            Reporter:
            Rob Parker
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: