Function getEnvironmentVariable

  • Provides the value of the environment variable as setup in the workflow definition and runtime environment. Limits the value to a single line.

    Returns

    The value of the environment variable. Limits to a single line.

    Parameters

    • inputVar: string

      The name of the environment variable. The value is sanitized by escaping special characters.

    Returns undefined | string

Generated using TypeDoc