From 36161615d0aea2f1dd179d1a42cc8e74d0e2d73f Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 16 Jul 2024 12:33:55 -0700 Subject: [PATCH] Clarify that ignored input can be excluded by user. --- src/System/Date/today/System_Date_today.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/System/Date/today/System_Date_today.cls b/src/System/Date/today/System_Date_today.cls index 4d423b8..d275b28 100644 --- a/src/System/Date/today/System_Date_today.cls +++ b/src/System/Date/today/System_Date_today.cls @@ -18,8 +18,8 @@ global class System_Date_today { } global class Request { - @InvocableVariable(required='false' label='Boolean' description='Unused variable only included due to Invocable Method requirements.') - global Boolean b; + @InvocableVariable(required='false' label='(unused)' description='May be ignored. Exists only because of Invocable Method requirements.') + global Boolean unused; } global class Response { -- 2.52.0