Good day all,
I'm trying to implement a successor step, i think it's all well configured, but the successor step stays on queue and don't get executed.
Outboun in first step
<outbound>
- <Channel id="OUT_DB">
<type>Database</type>
<format>jdbc</format>
<successor>DYN.TesteFile</successor>
<succtype>payload</succtype>
</Channel>
</outbound>
Inbound in the successor step
- <inbound>
- <Channel id="INB_IQ_INTQ_ASYN_BIU">
<type>Internal Queue</type>
<mode>Asynchronous</mode>
<trigger>Queue</trigger>
<obj>DYN.TesteFile</obj>
<ident>vBIU Name</ident>
<idpar>n.a.</idpar>
<idns />
</Channel>
<Retrieval method="" />
<Formatting format="dynamic" />
</inbound>
I don't know what i'm doing wrong.
Any guidence to in this regard will be greatly appreciated.
Kind regards,
Tiago Santos