getCondition()

Overview

public struct function getCondition(
      required string conditionId
)

Returns a structure with details of the condition that matches the supplied condition ID. Struct keys: id, name, context and expression. Returns an empty struct when the condition is not found.

Arguments

NameTypeRequiredDescription
conditionIdstringYesID of the condition to get.