Setting a Blueprint transition via Deluge and Transition Ownership problem.

Setting a Blueprint transition via Deluge and Transition Ownership problem.

I'm doing some relatively "advanced functionality" by setting the Blueprint controlling field programmatically.

I've got two modules and each one needs to control some of the stages in the other blueprint.

The api is lovely and works fine, except that I want some transitions to be "visible" only to SuperAdmin, therefore controllable only via deluge, but the deluge code is respecting the Transition Owner.

The User who executes the transition in Module A is assumed to the be the Transition Owner when programmatically changing the Blueprint Transition in Module B. I need the Transition in Module B to be only superadin.

Is it possible to force a standalone function to run AS superadmin?