Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-5866

AbstractProcess.process() method should be protected

XMLWordPrintable

    • 2022 Week 08-10 (from Feb 21)

      Invocations to AbstractProcess.process() will be replaced by AbstractProcess.get()

      AbstractProcess.process() method body is code generated and contains the KIE process definition used by the engine. 

      Every time this method is invoked, a new process definifition (which is not mutable) is generated.

      To prevent that a new AbstractProcess.get() method that only initializes the process definition once was added with another JIRA.

      This Jira will make process() protected and replace its usage by the get() public one.

              ftirados Francisco Javier Tirado Sarti
              ftirados Francisco Javier Tirado Sarti
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: