Hello,
I need help invoking another workflow in my main script which has a input box asking what script to run out of 4.
How can I invoke workflow and pass the input automatically. For example, I want to invoke the last script “Master” in my main project. If I invoke workflow now, the input box pops up. I want it to directly go to the script (I tried argument but did not figure it out)
I dont want to create 4 scripts right now, because I back up once and all these are saved. Don’t want to backup individually. If there’s no solution I will do that
I am using decision nodes. I have to run the scripts manually not in order. I just want to know how to skip the input box when running it from another project.
Input box → variable “script” → flow decision
how to invoke this part skipping input box?
Have a decision before the Input Type and the value for this would be passed from the other workflow. By default, set it to false and when called from other workflows, pass true.
Hi
There is a way to achieve this without input box
And I m suggesting this as you said you will run this manually and not in order
If you can publish this to orchestrator then remove the input dialog box and replace it will argument created in ARGUMENT panel with IN direction
Once after you publish and creating a process in orchestrator you will be able to see the argument along the process
Whenever you run a job from orchestrator you will be given an option to mention the in argument value which will be passed to the process through the above created IN argument
I am only using uipath assistant for my work, I don’t use orchestrator as of yet. However got the idea to make flow decision before input box to skip it, which is working great. Thanks.
Ps - Shout Out to you for your indirect help on questions posted by others. They’ve helped me many times.