Previous Topic

Next Topic

Book Contents

Book Index

Global Parameters

Global parameters apply to all tasks.

What happens when a task references a parameter?

A task can reference a parameter via the [Parm:ParameterName] syntax, or a script call to MIGetTaskParam(). The following occurs, in the order listed:

  1. MOVEit Automation looks in the information for that task for a parameter with that name. If it is found, that task parameter is used.
  2. If the parameter is not found in the task, MOVEit Automation looks for a global task parameter with that name and uses it if available.
  3. If no parameter with that name is available, MOVEit Automation uses an empty string.

Uses for Global Parameters

Global task parameters can be useful when there are multiple tasks or Next Actions that use the same parameter. You can use built-in parameters to define default or common settings across multiple tasks that use built-in MOVEit Automation scripts. For example:

Types of global parameters

  1. Select SETTINGS > Global Parameters.
  2. Click Add Parameter and provide a Parameter Name and Value.

In This Section

Add/Edit Global Parameter

Global Parameters and Error Reporting using Next Action