Hi,
I got a process flow that is scheduled to check if there are failed outbound message and send a mail with the tx id.
Now we manually go to outbound message end do a resubmit.
I want to do this automatically from the triggert process flow.
I try to call this action, to call the resubmit, but this does not work.
<root xmlns:dt="urn:schemas-microsoft-com:datatypes">
<session email="" alias="">
<state bc_name="service_order">
<action name="execquery">
<attribute in_var="" out_var="" entity_name="state_from_events" query_name="state_from_event_resubmit" />
<attribute dtype="string" in_var="" name="transaction_ids" value="a592ef22-7a91-4e6b-ba71-a835aa64c3f8" operator="=" />
</action>
</state>
</session>
</root>
Is there a macro available or other way to resubmit the failed outbound message in a Process Flow?
Thanks,
Robin