]> git.codecow.com Git - flowpex.git/commitdiff
Clarify that ignored input can be excluded by user.
authorChris Duncan <chris@flowpex.dev>
Tue, 16 Jul 2024 19:33:55 +0000 (12:33 -0700)
committerChris Duncan <chris@flowpex.dev>
Tue, 16 Jul 2024 19:33:55 +0000 (12:33 -0700)
src/System/Date/today/System_Date_today.cls

index 4d423b8980429687968a1da746b96b6ca2164d7d..d275b289b10d847b451369d436dae9cd1fd59de9 100644 (file)
@@ -18,8 +18,8 @@ global class System_Date_today {
     }\r
 \r
     global class Request {\r
-        @InvocableVariable(required='false' label='Boolean' description='Unused variable only included due to Invocable Method requirements.')\r
-        global Boolean b;\r
+        @InvocableVariable(required='false' label='(unused)' description='May be ignored. Exists only because of Invocable Method requirements.')\r
+        global Boolean unused;\r
     }\r
 \r
     global class Response {\r