Skip to content

Commit f25eae8

Browse files
committed
chore: Bedre navngivning og kategorisering av FeatureToggleInvokable
1 parent a60dfad commit f25eae8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/frameworks/feature-toggle/main/classes/FeatureToggleInvokable.cls

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ public with sharing class FeatureToggleInvokable {
1919
* @since 0.1.0, April 2025 - Moved from FeatureToggleBase
2020
*/
2121
@InvocableMethod(
22-
label='Enable Feature'
23-
description='Enables a feature for the current user.'
22+
label='Is Feature Enabled'
23+
description='Checks if a feature is enabled for the current user.'
24+
category='Platform Utility'
2425
)
2526
public static List<FeatureToogleResponse> isFeatureEnabledInvokable(
2627
List<FeatureToogleRequest> requests

0 commit comments

Comments
 (0)