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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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

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
1 participant