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 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.

...