From: Chris Duncan Date: Tue, 16 Jul 2024 19:33:55 +0000 (-0700) Subject: Clarify that ignored input can be excluded by user. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=36161615d0aea2f1dd179d1a42cc8e74d0e2d73f;p=flowpex.git Clarify that ignored input can be excluded by user. --- 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 {