Execute linux command through Flow Designer
Hi, I'm trying to execute a linux command through flow designer/integration hub I created a flow with a script step activity with the following script executing (function execute(inputs, outputs) { RunCommand('/path/to/myscript'); })(inputs, outputs...
