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.
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.
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