There are processes that are namespaced in some back-ends, so they don't return with /processes and as such are not directly available via p$abc().
Is there a way to manually add them to a process graph?
For example something like p$process("abc", arg1 = 1, arg2 = 2, namespace = "vito")?
There are processes that are namespaced in some back-ends, so they don't return with /processes and as such are not directly available via
p$abc()
. Is there a way to manually add them to a process graph? For example something likep$process("abc", arg1 = 1, arg2 = 2, namespace = "vito")
?