OptionalabortOptional cancellation signal propagated from the caller.
The MJ Action record being executed.
Validated runtime configuration parsed from Action.RuntimeActionConfiguration.
The invoking user context — used for permission checks inside handlers.
OptionalproviderOptional metadata provider to use for any data access performed inside bridge handlers.
When supplied, handlers must honor it (e.g. const md = ctx.provider ?? new Metadata())
so that handler-side reads/writes participate in the caller's transaction. Falls back to
the default global provider when not supplied.
Shared context passed to
RuntimeActionBridgeBuilder.BuildHandlersat the point ActionEngine decides to run aType='Runtime'action. Everything the builder needs to produce a per-execution handler map lives here.confighas already been Zod-validated by ActionEngine before the builder is asked to build handlers — implementations can trust the shape.