GreaterThan Function - microsoft/MIMWAL GitHub Wiki
Syntax
bool GreaterThan(value:int, comparison:int)
Description
Returns a Boolean value indicating whether the first integer is greater than the second.
Remarks
If any input parameter is null, the function returns false.
Supported Version
1.0.0.0 and later
Examples
GreaterThan(Count([//Target/ExplicitMember]), [//WorkflowData/MaxMembers])