I can use a Builder to Start a Process Instance by Id / Key on RuntimeService

XMLWordPrintable

      Currently, the runtimeService has (too) many methods to start a process instance. To avoid more methods, the runtimeService should provide a builder. All existing methods should based on that builder.

      runtimeService
        .createProcessInstanceByKey(key)
        .tenantId(tenant)
        .variables(vars)
        .start();
      

            Assignee:
            Thorben Lindhauer
            Reporter:
            Philipp Ossler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: