Hello Dojo,
I want to run an IAS from a QAction, I've tried using the IDmsAutomationScript Execute functions as well as doing protocol.ExecuteScript and they both failed due to needing interaction, I am passing the User Cookie, so this doesn't seem like it should be the case. There's information that won't be accessible in the xml that's needed to run the script so it needs to happen from a QAction and not the XML.
Thank you,
Bauti
Hello again,
I found this question answering my question: Unable to trigger interactive automation script - DataMiner Dojo
In the latest version of DataMiner, the Interactivity tag was added to the script xml, setting it to Always will mean it can't be run from QActions, so use Auto
This documentation provides some additional info about the FindInteractiveClient method that is often required for these scenarios:
https://docs.dataminer.services/develop/devguide/Automation/Howto/Launching_and_attaching_interactive_Automation_scripts.html