General Fields

Common field definitions attached to steps.

name

Optional Step name, default to the sentence case of the step key.

  • Example:

    name = "Create Shortcut"

step

Step type

  • Validation rule: Must be one of the values defined in the step.

  • Example:

    step = "Link"

if

Optional Condition for step execution.

  • Validation rule: Must be a valid condition.

  • Example:

    if = "Exist(\"./mc/vsc.exe\") && IsDirectory(\"${SystemDrive}/Windows\") || Exist(\"${AppData}/Roaming/Edgeless/ept\")"
ON THIS PAGE