-
the user opens the live price grid detail page
-
the user selects the
-
the system executes the parameterizedCalculationFlow logic in Syntax Check mode, to retrieve the list of input field definitions
-
the system shows the page with settings for the mass action, including the inputs defined by the logic.
-
the user selects the filter for skus, enters the input values, etc.
-
the user clicks on button Run Action
-
the system schedules the parameterizedCalculationFlow logic to be executed in the next time window
-
the user can see back the list of live price grid items
-
in the background, the system picks up the scheduled job, and starts the parameterizedCalculationFlow logic in standard execution
-
the logic does its job - usually starts some process, e.g. partial recalculation of the live price grid. It can pass the values entered by user to that calculation process.