Get Log Level Activity

Description

Gets the log level for the current workflow.

Usage

You may want your workflow to execute different behaviors when the log level is set to "debug" verses when it is set to "warning". This activity provides the current log level to allow that type of decision.

The Set Log Level activity can set the log level.

Inputs

This activity has no inputs.

Outputs

level

Type: "error" | "warning" | "log" | "info" | "debug"

The workflow log level.

The Log activity will only log messages whose level is greater than or equal to the workflow log level.

Workflow log levels in decreasing rank are: "error", "warning", "log", "info", and "debug".

Properties

For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.

Connectivity Requirements

This activity works when the device has intermittent connectivity to the network.