How to add process to current project at StudioX?

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?

be aware that I’m only using studio X

@mountie

Publish the process and ypu need to call the process using invoke process or start job activities

For same process xamls we use invoke workflow for different processes invoke process or start job

Cheers

at each process inside, do I need to run “invoke process” activity for each other?

@mountie

If in every process you need to invoke another process then yes you need to

Cheers

1 Like

@mountie

You can create activities as well and use them
Instead of having as processes

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.