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

Add option to continue the parent flow without waiting for aggregation in Foreach mediator V2 #2301

Merged

Conversation

SanojPunchihewa
Copy link
Contributor

Purpose

Add option to continue parent flow without waiting for aggregation in Foreach mediator V2

A new attribute continue-without-aggregation will be introduced to continue the parent flow without waiting for aggregation. Default value is false.

<foreach collection="${payload.products}" parallel-execution="true" continue-without-aggregation="true">
    <sequence>
        <log category="INFO">
            <message>Processing payload ${payload}</message>
        </log>
        <call>
            <endpoint key="Mocky"/>
        </call>
    </sequence>
</foreach>

Fixes: wso2/product-micro-integrator#3922

@SanojPunchihewa SanojPunchihewa merged commit 8b9da60 into wso2:master Jan 27, 2025
1 of 2 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.

Add option to continue parent flow without waiting for aggregation in Foreach mediator V2
2 participants