I’m trying to separate processes by the roles to isolate changes impacts to entire bot operations.
I can understand arguments can pass the values between processes
but when I test, arguments seams to pass the value to another process under same project.
if I’m correct, I was not able to add additional process.
only tried to invoke workflow xaml file
but the associated arguments are only visible under same project.
how to send and receive arguments between processes or projects?