<?xml version="1.0" encoding="UTF-8"?>
<workflow name="Vertrag widerrufen" trigger="Withdrawal" start="#161" executeLive="False" runIfMissed="False">
<step id="#161" name="Werte setzen" action="Centauri.Shop.Workflows.Process.Get">
<data>
<parameter><![CDATA[email,name,orderreference,remarks]]></parameter>
<xpath><![CDATA[change/email,change/name,change/orderreference,change/note]]></xpath>
</data>
<transition destination="#162" success="yes" />
</step>
<step id="#162" name="Leerschritt" action="Centauri.Shop.Workflows.Process.Null">
<transition destination="#163" success="yes" />
</step>
<step id="#163" name="Leerschritt" action="Centauri.Shop.Workflows.Process.Null">
<transition destination="#164" success="yes" />
</step>
<step id="#164" name="Leerschritt" action="Centauri.Shop.Workflows.Process.Null">
<transition destination="#165" success="yes" />
</step>
<step id="#165" name="Office benachrichten" action="Centauri.Shop.Workflows.Mail.QueueTemplate">
<data>
<sender><![CDATA[office@myhomeroast.com]]></sender>
<sendername><![CDATA[My Home Roast]]></sendername>
<receiver><![CDATA[guenter.rubik@centauri.at]]></receiver>
<cc />
<bcc />
<subject><![CDATA[Widerruf]]></subject>
<template><![CDATA[WITHDRAWAL.NOTIFICATION]]></template>
<foldername />
<attachment />
</data>
<transition destination="#166" success="yes" />
</step>
<step id="#166" name="Widerruf an Kunden bestätigen" action="Centauri.Shop.Workflows.SendInBlue.Send">
<data>
<email />
<name />
<cc />
<bcc />
<attachment />
<template><![CDATA[34]]></template>
<parameter><![CDATA[email,name,orderreference,remarks]]></parameter>
</data>
<transition destination="#167" success="yes" />
</step>
<step id="#167" name="Danke" action="Centauri.Shop.Workflows.Process.Null" final="yes" />
<mapping origin="*" />
</workflow>