RPC
Flow RPCs let external callers read/write durable state and optionally publish channels or move execution (via Worker-side RPC handlers).
RPCs run through the server to the Worker (InvokeRPC → Worker InvokeWorkerRPC). They are not Step executions; they do not upsert Step locals.