You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")?
The text was updated successfully, but these errors were encountered:
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")
?The text was updated successfully, but these errors were encountered: