NextGen FSM
2026 Wave Two 2026 Wave One 2025 Wave Two 2025 Wave Three
2026 Wave Two 2026 Wave One 2025 Wave Two 2025 Wave Three

Use capacity planning

To meet customers’ needs, set additional parameters of the forecasting & capacity planning module.

Before you start

Process coverage scenarios with periodical tasks

Two tasks manage coverage scenarios:

  • Scenario processing starts when the user runs the command Execute a coverage scenario.

  • The coverage algorithm checks periodically whether the processing has completed and updates the scenario’s status.

Set parameters

Customize forecasting & capacity planning parameters for your customers.

  1. Click Main menu > Technical settings > Company.

  2. Add the following definitions of the tasks:

company.job.FORECASTCAPACITY-ScenarioProcessing.mode=EVERY_TIME
company.job.FORECASTCAPACITY-ScenarioProcessing.queueName=parking
company.job.FORECASTCAPACITY-ScenarioProcessing.task=+/forecastcapacity/bl/capacityplanning/coveragealgorithm/input/task/BTCapacityPlanningResultCalculation
company.job.FORECASTCAPACITY-ScenarioProcessing.description=Scenario Processing
company.job.FORECASTCAPACITY-ScenarioProcessing.user=[system]

company.job.FORECASTCAPACITY-CheckCoverageAlgorithm.mode=EVERY_TIME
company.job.FORECASTCAPACITY-CheckCoverageAlgorithm.queueName=parking
company.job.FORECASTCAPACITY-CheckCoverageAlgorithm.task=+/forecastcapacity/bl/capacityplanning/coveragealgorithm/input/task/BTCapacityPlanningAlgorithmStatusCheck
company.job.FORECASTCAPACITY-CheckCoverageAlgorithm.description=Coverage Algorithm Check
company.job.FORECASTCAPACITY-CheckCoverageAlgorithm.user=[system]

company.fsm.forecastcapacity.newCoverageAlgorithmEnabled=true
company.fsm.forecastcapacity.capacityPlanningAlgorithm.baseUrl=https://cp-fsm.s000009.dev.tech.eu1.platform.overit.cloud/gisware/w/login
company.fsm.forecastcapacity.capacityPlanningAlgorithm.apiKey=<ask to your system administrator>
  1. Redefine the queue in the system based on the user’s needs. Here’s an example:

    • The task is inserted in queue “parking,” but the customer may need to schedule it in another queue with different periodicity. 

    • Since this algorithm runs on a Gisware instance, it’s necessary to include Gisware parameters:

      • newCoverageAlgorithmEnabled: Allows use of the optimized coverage algorithm (default: true).

      • capacityPlanningAlgorithm.baseUrl: Defines the Gisware endpoint.

      • capacityPlanningAlgorithm.apiKey: Defines the apiKey for the authentication.

company.fsm.forecastcapacity.newCoverageAlgorithmEnabled=true
company.fsm.forecastcapacity.capacityPlanningAlgorithm.baseUrl=https://s000009-dev.tech.eu1.platform.overit.cloud/cp/w/
company.fsm.forecastcapacity.capacityPlanningAlgorithm.apiKey=<ask to your system administrator>