Calculation Flow Execution Process
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.global
for 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.global
and stores it in the database.
Found an issue in documentation? Write to us.
Â