We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60dfad commit f25eae8Copy full SHA for f25eae8
src/frameworks/feature-toggle/main/classes/FeatureToggleInvokable.cls
@@ -19,8 +19,9 @@ public with sharing class FeatureToggleInvokable {
19
* @since 0.1.0, April 2025 - Moved from FeatureToggleBase
20
*/
21
@InvocableMethod(
22
- label='Enable Feature'
23
- description='Enables a feature for the current user.'
+ label='Is Feature Enabled'
+ description='Checks if a feature is enabled for the current user.'
24
+ category='Platform Utility'
25
)
26
public static List<FeatureToogleResponse> isFeatureEnabledInvokable(
27
List<FeatureToogleRequest> requests
0 commit comments