19 Aug 2025 11:45 AM
I am trying to find a way to run an executable file on a remote host using a workflow action. I don't see any existing options on the Hub. Has anyone tried something like this?
I suppose it is theoretically possible, but would require a connection to the target system, as well as credentials with permission to execute the target file.
Any suggestions on how to go about this?
Solved! Go to Solution.
19 Aug 2025 11:51 AM - edited 19 Aug 2025 11:52 AM
Afaik there is nothing available out of box. Dynatrace does not allow you to run executables anywhere directly, except for Extensions but it cannot be trigger there. My approach in your case would be to have a rest-to-cmd Daemon a call the rest endpoint from workflow, typically through edge connect.
19 Aug 2025 12:00 PM
That would be my approach too