Documentation for a newer release is available.
View Latest
Esta página no está disponible actualmente en Español. Si lo necesita, póngase en contacto con el servicio de asistencia de Icon (correo electrónico)
Handle Timeouts
Including in the Flow
During processing of a flow various other components are called, for example other external domains (via an action) or other flows (via a flow call). When these do not reply as expected, IPF provides the capability to add a timeout to your flow so that you can then perform custom compensation processing.
To add a timeout step, we can simply choose as the received event either an "Action Timeout" or a "Flow Timeout". Depending on which is chosen, you must then select the appropriate action or flow that it relates to:
From here we can add any processing just like a normal event.
| Flow timeouts are considered at runtime as action timeouts. So when using flo-to-flo in this way a flow timeout will result in an ActionTimeoutEvent with the action name of Call<FlowName>. |