Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, the following script shows how a Controller variable could be used.

<pre>
#!/bin/bash
echo Task Name: ${ops_task_name}
echo Task Instance: ${ops_task_id}
</pre>
Panel
Html bobswift


Note
titleNote

You also can enter a script directly into a Universal Template, but you cannot select a stored script.

...