wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 729 forks source link

Improve action management to perform batch operations #21782

Open Thisara-Welmilla opened 4 days ago

Thisara-Welmilla commented 4 days ago

Suggesting improvements:

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

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]. https://github.com/wso2/carbon-identity-framework/pull/6105#discussion_r1851199292