Skip to content

Add constant for update user claims workflow#4477

Merged
ashanthamara merged 2 commits intowso2:4.10.xfrom
ashanthamara:4.10.x-kernel
Feb 8, 2026
Merged

Add constant for update user claims workflow#4477
ashanthamara merged 2 commits intowso2:4.10.xfrom
ashanthamara:4.10.x-kernel

Conversation

@ashanthamara
Copy link

Purpose

$subject

Copilot AI review requested due to automatic review settings February 8, 2026 11:55
@coderabbitai
Copy link

coderabbitai bot commented Feb 8, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new UserCoreConstants.ErrorCode constant to represent the “user claims update workflow created” condition, aligning with the existing workflow-created error code pattern in user.core.

Changes:

  • Introduced USER_CLAIMS_UPDATE_WORKFLOW_CREATED = "17005" under UserCoreConstants.ErrorCode.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

public static final String INVALID_CREDENTIAL = "17002";
public static final String USER_IS_LOCKED = "17003";
public static final String USER_DELETION_WORKFLOW_CREATED = "17004";
public static final String USER_CLAIMS_UPDATE_WORKFLOW_CREATED = "17005";
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description "## Purpose > $subject" looks like an unexpanded template placeholder and doesn’t describe why this new error code is needed. Please update the PR description to clearly state the use case (e.g., which workflow/API will emit 17005 and under what conditions).

Copilot uses AI. Check for mistakes.
@ashanthamara ashanthamara merged commit 4cfd7aa into wso2:4.10.x Feb 8, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants