10-14-2020 02:07 PM
Hi Guys,
Do you know if it is possible to make an interactive workflow where we can load a file available on my computer?
The purpose is to provide reference data to the workflow to provision static channels 2.4GHz/5GHz on APs.
The APs are adopted by an XCC and the XCC is integrated with XMC
Thanks
Mig
Solved! Go to Solution.
10-14-2020 05:29 PM
Stephan,
I was thinking on it and the workflows are there for automation, meaning background task...so it shouldn’t be interactive.
I’ll use a python script for the interactivity, we can define variables and I will try with a cpoy/paste of the txt file in it.
Thanks
Mig
02-24-2021 05:56 AM
An excellent suggestion!
10-14-2020 05:29 PM
Stephan,
I was thinking on it and the workflows are there for automation, meaning background task...so it shouldn’t be interactive.
I’ll use a python script for the interactivity, we can define variables and I will try with a cpoy/paste of the txt file in it.
Thanks
Mig
10-14-2020 05:24 PM
Hello, Mig,
another idea. If your customer has an FTP server, e.g. maybe directly on his PC, this would be a possibility. That could look like this.
I used "Script" as activity and not "Shell" because it makes it easier to handle variables. Of course you could also execute the command directly with the "Shell" activity. However, I don't know how to use variables here in an easiest way.
With the "Script" it is easy. So you can query the path, filename etc. from the user without problems as suggested above when starting the workflow. Of course you can also use any other transfer method (TFTP, SSH,...) that Linux offers.
Regards
Stephan
10-14-2020 02:58 PM
Hello Mig,
as far as I know there is no possibility to download a file from your PC. I would like that, too 🙂 (
I would have some use cases). As far as I know, you cannot make any manual changes in the workflow at runtime.
Maybe one of the Extreme guys can tell us more.
You can pass parameters when starting the workflow, this can also be done via a "GUI" in which you can enter paths or make a selection from a dropdown defined in the workflow.
To bring the file to the workflow I see only three possibilities.
Regards
Stephan