ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Runs a
MJ: Record Processesdefinition — the agent / workflow / low-code surface for the same engine the bulk-update UX drives. Thin by design: it parses params and delegates to RecordProcessExecutor (never to another action).Parameters:
RecordProcessID(Input, required) — the process to run.Scope(Input, optional) — a JSON-stringRecordProcessScopeOverride({Kind:'records',RecordIDs:[…]}/{Kind:'view',ViewID}/{Kind:'list',ListID}/{Kind:'filter',Filter}). Omit to use the process's stored Scope.DryRun(Input, optional) — when true, compute changes without writing (FieldRules work type).ProcessRunID/Processed/Succeeded/Errored/Skipped(Output) — the run summary.Example