Wait for incoming

We are filtering an api which we consume on an incoming. On the outgoing we are updating values which cause a change in the incoming data set. How can we make that the incoming has fully run before the outgoing is being processed? (the incoming uses paging so it runs multiple times in 1 run) The dataset can vary and so the incoming duration also. So scheduling isn’t sufficient.

Hi @tommy,

The only way to do this is with a scheduler. If the execution duration varies, you can add time from the average required time.

In addition, if the incoming execution is considered to have a higher priority than other incomings, you can set the High priority in the scheduler configuration for incoming execution.

1 Like