- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a bundle of Python actions in vRO and would like for a few of them to reference other (mostly also Python) vRO actions from different vRO modules.
What would be the best way to do this? At the moment the only way I can think of to accomplish this task, is to execute a REST query to launch the action, there does not seem a more "native" way to do it, like with System.getModule....