Skip to content

Commit

Permalink
refactor: disable bpel aggregator trigger on status_create
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Sep 27, 2023
1 parent 10165f1 commit 4f00440
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<Param name="Authorization" value="Bearer @@zaken-api.jwt@@"/>
</HttpSender>

<Forward name="201" path="BpelAggregatorSender" />
<Forward name="201" path="Created" />
<Forward name="400" path="BadRequest" />
<Forward name="401" path="Unauthorized" />
<Forward name="403" path="Forbidden" />
Expand All @@ -75,24 +75,25 @@
<Forward name="500" path="InternalServerError" />
</SenderPipe>

<SenderPipe
<!-- <SenderPipe
name="BpelAggregatorSender"
preserveInput="true"
>
<IbisLocalSender
name="BpelAggregatorSenderLocalSender"
javaListener="Bpel_Basic_Aggregator"
>
</IbisLocalSender>
<Forward name="success" path="Created" />
<Forward name="exception" path="Created" />
</SenderPipe>
<Forward name="success" path="RestoreProxyResult" />
<Forward name="exception" path="RestoreProxyResult" />
</SenderPipe> -->

<EchoPipe
<!-- <EchoPipe
name="RestoreProxyResult"
getInputFromSessionKey="ProxyResult"
>
<Forward name="success" path="Created" />
</EchoPipe>
<Forward name="exception" path="InternalServerError" />
</EchoPipe> -->
</Pipeline>
</Adapter>
</Module>

0 comments on commit 4f00440

Please sign in to comment.