OptionalabortOptional AbortSignal for cooperative cancellation. Honored by the universal wall-clock timeout in ActionEngine; we race against it so the sandbox can be terminated if the outer timeout fires.
The MJActionEntity for the Runtime action to execute (must have Type='Runtime').
OptionalbridgeOptional bridge handlers to expose to sandbox code. When omitted, the
action runs in pure-compute mode (just input + libs). The bridge
layer (@memberjunction/action-runtime's upcoming RuntimeActionBridge)
builds this map based on the action's RuntimeActionConfiguration
permissions.
User context — propagated into the sandbox for any future bridge calls.
OptionalmaxOptional override for the per-execution bridge-call cap. Defaults to
the value in RuntimeActionConfiguration.limits.maxBridgeCalls or 100
if unset.
Input + output ActionParam[] as supplied by the ActionEngine.
Parameters for a single Runtime action execution.