Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve action management to perform batch operations #21783

Open
Thisara-Welmilla opened this issue Nov 21, 2024 · 0 comments
Open

Improve action management to perform batch operations #21783

Thisara-Welmilla opened this issue Nov 21, 2024 · 0 comments

Comments

@Thisara-Welmilla
Copy link
Contributor

Suggesting improvements:

For the in-flow actions, we may need to perform following batch operation:

  • Add mutiple action via single connection instead of looping
  • Delete mutiple action at once
  • Retrieve all action of a given action type.

Currently we are not supporting such capability, hence we need to do in a loop. The action management must be improve perform batch operation as a single transction.
Note that this requirement is already raise for AUTHENTICATION action type in the authentication extension management. Once this improvement is done, [1] must refactored to utilized it.

[1]. wso2/carbon-identity-framework#6105 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants