Skip to content

Run another script

Find and run other Flow Pro scripts by reference name.

Updated View as Markdown
For humans
Flow APIFlow Pro scriptingScripts and storage

This article covers the following platforms

Use the Command API to find and run scripts by reference name.

script_run()

Run every script matching a reference name.

SignatureTypeScript contract
script_run(reference_name: string): void

Parameters

NameTypeRequiredDescription
reference_namestringYesReference name of the script or scripts to find and run.
ExampleJavaScript
this.$api.command.script_run("weather-tools");

Returns

voidNo direct return value is documented.
Navigation

Type to search…

↑↓ navigate↵ selectEsc close