I can use a Builder to Create a Case Instance on CaseService

XMLWordPrintable

      Currently, the caseService has many methods to create a case instance. To avoid more methods, the caseService should provide a builder. All existing methods should based on that builder.

      caseService
        .createCaseInstanceByKey(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: