-
The Calculation Flow can be started from:
-
usually triggered based on the schedule
-
another Calculation Flow
-
integration, via REST API
-
the user, manually
-
-
The system checks, if there is any persisted content of
api.globalfor the Calculation Flow. If yes, it will load it from database and store into logic context. -
The system executes the Calculation Flow logic in standard execution.
-
The logic can perform many actions, including it has right to modify Master Data.
-
The system takes the content of
api.globaland stores it in the database.