Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the project in IntelliJ IDEA.
  2. In the project files tree, right-click on the root folder and choose New → Directory.
  3. Enter CalculationLogic (exactly like this) as a name and click 'OK'.
  4. Select all your non-workflow logics and drag them to this new CalculationLogic subfolder.
  5. In the project files tree, right-click on the root folder and choose New → Directory.
  6. Enter WorkflowFormula (exactly like this) as a name and click 'OK'.
  7. Select all your workflow logics and drag them to this new WorkflowFormula subfolder.
  8. Commit the changes in GIT.
Info

Moving the logics to the CalculationLogic subfolder and WorkflowFormula subfolders does not have any impact on your team members who are still working in the legacy Logic Manager, since the legacy Logic Manager supports that. So you can do that any time.

...