Trigger scope is working at the beginning of workflow only , now I need to put it in the middle of a flow , to trigger user input , any recommendations ?
By name it’s designed for triggering the workflow so it should be start of the workflow.
If you want to ask for user input, you can use Input Dialogue.
Thanks,
Ashok ![]()
i want to run python script that open a window , want flow to continue after user click ok … how I can do it ?
As per my understanding If you ate using Python Scope to execute python script, bot will wait for timeout of the python scope or completion of script run.
I think you won’t require any additional logic for this. Try this.
Thanks,
Ashok ![]()
Thanks alot for your continuous support Ashok , Python script will run ,then user will add inputs then click ok , so want the bot to wait for user input and confirmation to continue.
Here is sample code for you which will run a tikinter demo script which will wait for 1440 minutes for user input before timeout. As soon as use click on Quit next remaining code will resume.

Sample Code:
Main.xaml (8.3 KB)
Thanks,
Ashok ![]()
That is exactly what i was seeking for , you saved my world
thanks a lot
it seems log message made the bot wait for user input , how ?
Glad it helped ![]()
It’s Runt python script activity made the bot to wait for input.
Thanks,
Ashok ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.