Calculation Flow Execution Process

calculation flow execution process.drawio
  1. The Calculation Flow can be started from:

    • usually triggered based on the schedule

    • another Calculation Flow

    • integration, via REST API

    • the user, manually

  2. The system checks, if there is any persisted content of api.global for the Calculation Flow. If yes, it will load it from database and store into logic context.

  3. The system executes the Calculation Flow logic in standard execution.

  4. The logic can perform many actions, including it has right to modify Master Data.

  5. The system takes the content of api.global and stores it in the database.

Found an issue in documentation? Write to us.