Skip to content

Config Actions

Config actions can change or include new configurations to script execution, without overiding the default configuration setted on app.yaml.

All changes applyed using config actions are only valid for a single script execution, with no influence on other scripts executions.

Actions

config.log_receivers

Set all addresses that should receive the e-mail with script execution log. This action, doesn't overide the app.yaml configuration, adding the e-mail addresses to those on app.yaml configuration file.

Important: to clear all e-mail addresses, just pass a blank parameter ''.

Parameters:

emails - A string with a list of e-mail addresses separated by , or ; or, a list of strings, where each element must be a single e-mail address.

Returns:

This action has no return.

Exceptions:

WrongVarType - if email parameter is not a string or a list of strings.