|
<< Click to Display Table of Contents >> Navigation: General > Verb execution |
Note: This module is deprecated and is no longer supported. It should not be used in new processing flows.
The Verb execution module was designed to trigger a custom action (verb) defined in another module within the processing flow. In g-Platform, many processing modules expose named actions — such as "Solve", "Apply", or "Import" — that can be invoked programmatically during batch execution. This module was intended to receive a reference to such an action and execute it as part of a sequential processing chain.
This module has no active processing logic and produces no output. It is retained in the module catalog for legacy project compatibility only. Do not add it to new processing flows.
A reference to a named action (verb) from another module in the processing flow. In g-Platform, verbs represent triggerable operations exposed by processing modules — for example, a velocity analysis module may expose a "Solve" verb. This parameter was intended to accept such a verb reference so the module could invoke it during execution. Since this module is deprecated and its execution logic has been disabled, this parameter has no effect.