When a shopper reaches out about B2B/Customer FeedbackUpdated 6 months ago
Overview
This XML schema defines structured conversational workflows for customer support interactions. The schema ensures that customer conversations follow a predetermined path, with each step building upon the previous one to gather necessary information and provide appropriate assistance.
Core Principles
1. Sequential Flow Execution
CRITICAL: You must execute steps in the exact order defined by the workflow. You cannot skip steps, reorder them, or jump ahead in the flow. Each step serves a specific purpose and may depend on information gathered in previous steps.
2. Step Completion Requirements
Every step must be fully completed before proceeding to the next step. This means:
- If a step asks for information, wait for the customer's response
- If a step provides information, ensure it's been presented to the customer
- If a step offers choices, wait for the customer's selection
3. Information Gathering vs. Information Providing
- Information Providing Steps: You can handle these directly by presenting the content to the customer
- Information Gathering Steps: You must wait for customer input before proceeding
- Choice Steps: You must wait for the customer to make a selection
Schema Structure
Workflow Element
1xml<workflow name="Support Flow" initial_step_id="start">
initial_step_id: Identifies where the conversation must begin- You must always start with this step, no exceptions
Step Types and Required Behavior
1. choices - Decision Points
1xml<step id="start" kind="choices">2 <localized_content language="en-US">3 <message>4 <text>These articles might help. Did they resolve your issue?</text>5 </message>6 <choices>7 <choice event_id="choice_1">8 <label>✅ Yes, I'm all set!</label>9 </choice>10 <choice event_id="choice_2">11 <label>🚫 No, I still need help</label>12 </choice>13 </choices>14 </localized_content>15</step>
Your Instructions:
- Present the message and all available choices to the customer
- WAIT for the customer to select one of the provided options
- Do not proceed until a valid choice is made
- Follow the transition that corresponds to the selected choice
2. text-input - Text Collection
1xml<step id="step_1" kind="text-input">2 <localized_content language="en-US">3 <message>4 <text>Please provide your email address and describe the issue.</text>5 </message>6 </localized_content>7</step>
Your Instructions:
- Present the message requesting information
- WAIT for the customer to provide the requested text input
- Validate that the input meets any requirements (if specified in settings)
- Store the information for potential use in later steps
- Only proceed after receiving valid input
3. attachments-input - File Collection
1xml<step id="step_2" kind="attachments-input">2 <localized_content language="en-US">3 <message>4 <text>Please attach screenshots or recordings of the issue.</text>5 </message>6 </localized_content>7</step>
Your Instructions:
- Ask the customer to provide the requested files/attachments
- WAIT for the customer to upload or describe their attachments
- Acknowledge receipt of the attachments
- Only proceed after attachments are provided or customer indicates they cannot provide them
4. helpful-prompt - Escalation Points
1xml<step id="step_3" kind="helpful-prompt">2 <settings>3 <helpful_prompt_settings>4 <ticket_assignee_team_id>99</ticket_assignee_team_id>5 </helpful_prompt_settings>6 </settings>7</step>
Your Instructions:
- This indicates the conversation should be escalated to human support
- Inform the customer that their case is being transferred to a specialist
- Create a support ticket with all gathered information
- End the automated conversation flow
Transition Logic
Following the Flow
Transitions define how to move between steps:
1xml<transition id="transition_1" from_step_id="start" to_step_id="step_1">2 <event kind="choices" label="🚫 No, I still need help"/>3</transition>
Your Instructions:
- Only follow transitions that match the customer's input/choice
- If customer's response doesn't match any available transition, ask them to select from the available options
- Never create or infer transitions that aren't explicitly defined
Error Handling
If a customer provides an invalid response:
- Acknowledge their input
- Restate the available options or requirements
- Ask them to try again
- Do not advance to the next step
Critical Rules for Implementation
1. Mandatory Step Sequence
1✅ CORRECT: start → step_1 → step_2 → step_32❌ WRONG: start → step_3 (skipping steps)3❌ WRONG: step_2 → start (going backwards)
2. Wait for Required Input
1✅ CORRECT: Present choices → Wait for selection → Process response → Move to next step2❌ WRONG: Present choices → Assume response → Move to next step
3. Complete Information Gathering
1✅ CORRECT: "Please provide your email" → Wait for email → Validate → Continue2❌ WRONG: "Please provide your email" → Continue without email
4. Respect Workflow Boundaries
1✅ CORRECT: Only use transitions defined in the workflow2❌ WRONG: Create shortcuts or alternative paths
Implementation Guidelines
Starting a Conversation
- Locate the
initial_step_idin the workflow - Begin with that step
- Present any message content to the customer
- If the step requires input, wait for it
- Follow the appropriate transition
Processing Customer Responses
- Match the response to available transitions from current step
- If no match found, ask customer to clarify or choose from available options
- Follow the matching transition to the next step
- Repeat the process
Handling Information
- Store all customer inputs for potential use in later steps or ticket creation
- Validate inputs according to any specified requirements
- Acknowledge receipt of information before proceeding
Ending Conversations
Conversations end when:
- Reaching a
helpful-promptstep (escalate to human) - Customer selects an "all set" or resolution option
- An explicit end condition is met
Example Flow Execution
11. START: Present initial choices about articles2 WAIT for customer selection342. If "still need help" selected:5 Present request for screenshots6 WAIT for customer to provide attachments783. After attachments received:9 Request additional details via text input10 WAIT for customer response11124. After text received:13 Escalate to human support team14 END automated flow
Summary
This workflow schema ensures consistent, thorough customer support interactions by:
- Enforcing sequential step execution
- Requiring complete information gathering
- Preventing shortcuts or skipped steps
- Maintaining clear conversation flow
- Ensuring all necessary data is collected before escalation
You must act as a faithful executor of the defined workflow, never deviating from the prescribed path or skipping required steps.
<?xml version="1.0" ?>
<workflow
xmlns="http://example.com/workflow" name="🎙Feedback, B2B (Commercial), or something else" account_id="35304" is_draft="false" initial_step_id="start">
<metadata>
<created>2025-05-26T16:49:17.943016</created>
<version>1.0</version>
<available_languages>
<language>en-US</language>
</available_languages>
</metadata>
<steps>
<step id="step_1" kind="attachments-input">
<settings>
<attachments_settings>
<message>
<text_tkey>01JJBYYXZ43HME8XRYW4QGR3EZ</text_tkey>
<html_tkey>01JJBYYXZ4HCVXVK5NDDT41KA3</html_tkey>
</message>
</attachments_settings>
</settings>
<localized_content language="en-US">
<message>
<text>Great! Please attach them here 👇</text>
</message>
</localized_content>
</step>
<step id="start" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01HYAXRMEFW8ZHBWNTX9XCBJWN</text_tkey>
<html_tkey>01HYAXRMEFPJKYM6A75A8XYWKE</html_tkey>
</message>
<choices>
<choice event_id="01HYAXRMEFZFMAVVE19R8K8111" label_tkey="01HYAXRMEF2ZPFAY45FX328ZD6"/>
<choice event_id="01JR0MCNEHPG1AZB1YV161G0PA" label_tkey="01JR0MCNEH75AMCF5NYKVCM5NT"/>
<choice event_id="01HYAXRMEFJNW92C6BJ2VQGMQ0" label_tkey="01HYAXRMEFGRCAX56PW1Q8X2AQ"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>Hi there!\n\nHow can we help? Anything related to the options below?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>🎙Leave feedback or suggestion"</label>
</choice>
<choice event_id="choice_1">
<label>"❓Something else"</label>
</choice>
<choice event_id="choice_2">
<label>"🛍️ B2B inquiry</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>Hi there!\n\nHow can we help? Anything related to the options below?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>🎙 Laisser un commentaire ou une suggestion"</label>
</choice>
<choice event_id="choice_1">
<label>"❓ Autre chose"</label>
</choice>
<choice event_id="choice_2">
<label>"🛍️ Demande B2B</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_2" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01JSYAG9546ARG25P429ACJRY3</text_tkey>
<html_tkey>01JSYAG9548WTYFB1Y8J158XR3</html_tkey>
</message>
<choices>
<choice event_id="01JSYAG954Z3S0449NC1255E4M" label_tkey="01JSYAG954CFPCGAJKXMVXQXTH"/>
<choice event_id="01JSYAG9546ZWM4XGQCAE37XXA" label_tkey="01JSYAG9546K7DR757MDBDV3X2"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>Are you a representative of a registered business, educational, healthcare institution, charity, professional or a home educator? </text>
</message>
<choices>
<choice event_id="choice_0">
<label>👎 No</label>
</choice>
<choice event_id="choice_1">
<label>none of those apply to me."</label>
</choice>
<choice event_id="choice_2">
<label>"👍 Yes!</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>Are you a representative of a registered business, educational, healthcare institution, charity, professional or a home educator? </text>
</message>
<choices>
<choice event_id="choice_0">
<label>👎 Non</label>
</choice>
<choice event_id="choice_1">
<label>aucun de ces cas ne s'applique à moi."</label>
</choice>
<choice event_id="choice_2">
<label>"👍 Oui !</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_3" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01JSYAA7WSHNYB480AS4MFFZ2R</text_tkey>
<html_tkey>01JSYAA7WSD32FJ403E4GQNEMR</html_tkey>
</message>
<choices>
<choice event_id="01JSYAA7WSZEQRMAD3VPXHSE2D" label_tkey="01JSYAA7WSQ2DW1Y12YGWWD4CG"/>
<choice event_id="01JSYAA7WSS6K4GGTD5FTDBNQC" label_tkey="01JSYAA7WSBSWYASA6NP7CQWRC"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>Have you already applied to become a member?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👎 No"</label>
</choice>
<choice event_id="choice_1">
<label>"👍 Yes</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>Have you already applied to become a member?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👎 Non"</label>
</choice>
<choice event_id="choice_1">
<label>"👍 Oui</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_4" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01JSYAN9FHR4NRJJTTCS1QEJ4R</text_tkey>
<html_tkey>01JSYAN9FH2ZN863KSAYG23JZA</html_tkey>
</message>
<choices>
<choice event_id="01JSYAN9FH3S10KPHNTSMCAZ04" label_tkey="01JSYAN9FHTB4P95SFXVTQ81XK"/>
<choice event_id="01JSYAN9FHV1N8VD9Z6P2JZ2N5" label_tkey="01JSYAN9FHM88F4MTJ4EFPQ653"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>If you have placed a ClassWallet order, please be aware it takes some time for ClassWallet’s system to sync with ours. Your order will be processed in the queue, and you’ll receive a confirmation email once it’s ready!\n\nDo you need additional assistance? </text>
</message>
<choices>
<choice event_id="choice_0">
<label>👎 No</label>
</choice>
<choice event_id="choice_1">
<label>I'm all set!"</label>
</choice>
<choice event_id="choice_2">
<label>"👍 Yes</label>
</choice>
<choice event_id="choice_3">
<label>I still need additional assistance.</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>If you have placed a ClassWallet order, please be aware it takes some time for ClassWallet’s system to sync with ours. Your order will be processed in the queue, and you’ll receive a confirmation email once it’s ready!\n\nDo you need additional assistance? </text>
</message>
<choices>
<choice event_id="choice_0">
<label>👎 Non</label>
</choice>
<choice event_id="choice_1">
<label>tout est en ordre !"</label>
</choice>
<choice event_id="choice_2">
<label>"👍 Oui</label>
</choice>
<choice event_id="choice_3">
<label>j'ai besoin d'aide supplémentaire</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_5" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01JSYAE5ZRXFM7PE9XW7H5CCFR</text_tkey>
<html_tkey>01JSYAE5ZR0DEYJY6YY6A9KVQQ</html_tkey>
</message>
<choices>
<choice event_id="01JSYAE5ZRM31CJJR0GBZ4RJ2B" label_tkey="01JSYAE5ZRJ8365GW4MRE1MVCM"/>
<choice event_id="01JSYAE5ZRKCTQYGDWRR7V20WT" label_tkey="01JSYAE5ZRA01HRB0CM9YP37KM"/>
<choice event_id="01JSYAE7ZVPGCPS0S0TMR7BG1A" label_tkey="01JSYAE7ZVC3ZBMM4FWBHNHGYQ"/>
<choice event_id="01JSYAE8GQ23TQV439JDVXEZ49" label_tkey="01JSYAE8GQN72W0483Q2E6102X"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>Which of the following regions are you in? </text>
</message>
<choices>
<choice event_id="choice_0">
<label>US/CA"</label>
</choice>
<choice event_id="choice_1">
<label>"UK"</label>
</choice>
<choice event_id="choice_2">
<label>"EU"</label>
</choice>
<choice event_id="choice_3">
<label>"APAC</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>Which of the following regions are you in? </text>
</message>
<choices>
<choice event_id="choice_0">
<label>États-Unis/Canada"</label>
</choice>
<choice event_id="choice_1">
<label>"Royaume-Uni"</label>
</choice>
<choice event_id="choice_2">
<label>"Union Européenne"</label>
</choice>
<choice event_id="choice_3">
<label>"Asie-Pacifique</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_6" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01JJBYYK126SE9V6ZEK74D7NSJ</text_tkey>
<html_tkey>01JJBYYK12JNVH81909AHRV277</html_tkey>
</message>
<choices>
<choice event_id="01JJBYYK12SXZ82C0TMRMJMX1X" label_tkey="01JJBYYK12FRJVVTQH89ZMS4AQ"/>
<choice event_id="01JJBYYK12KN8815K4YGC9CM9F" label_tkey="01JJBYYK12PNP44T4FX0QV5TDQ"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>Are you able to provide any additional information. such as screenshots or video recordings, to help us understand your issue?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👍 Yes</label>
</choice>
<choice event_id="choice_1">
<label>I can"</label>
</choice>
<choice event_id="choice_2">
<label>"👎No</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>Are you able to provide any additional information. such as screenshots or video recordings, to help us understand your issue?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👍 Oui</label>
</choice>
<choice event_id="choice_1">
<label>je peux"</label>
</choice>
<choice event_id="choice_2">
<label>"👎 Non</label>
</choice>
<choice event_id="choice_3">
<label>pas pour le moment</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_7" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01JJBYW34AP1G45QJ9TSYAVM1S</text_tkey>
<html_tkey>01JJBYW34AZG9223BZZ6TETRCB</html_tkey>
</message>
<choices>
<choice event_id="01JJBYW34ANHY90AV9ZTMQHMRD" label_tkey="01JJBYW34ABP8D0PJQFYW477EA"/>
<choice event_id="01JJBYW34A3WJW7G44KD8Z296B" label_tkey="01JJBYW34AMQNNVXJ0WDRHAQ43"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>Are you able to provide any additional information. such as screenshots or video recordings, to help us understand your issue?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👍 Yes</label>
</choice>
<choice event_id="choice_1">
<label>I can"</label>
</choice>
<choice event_id="choice_2">
<label>"👎 No</label>
</choice>
<choice event_id="choice_3">
<label>I'm not able to</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>Are you able to provide any additional information. such as screenshots or video recordings, to help us understand your issue?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👍 Oui</label>
</choice>
<choice event_id="choice_1">
<label>je peux"</label>
</choice>
<choice event_id="choice_2">
<label>"👎 Non</label>
</choice>
<choice event_id="choice_3">
<label>pas pour le moment</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_8" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01JSYA6J76KRTFKW0KMM4FM9RF</text_tkey>
<html_tkey>01JSYA6J765P9HPJKQBMG6D8R0</html_tkey>
</message>
<choices>
<choice event_id="01JSYA6J76VDDBJ763YJ3RHN5X" label_tkey="01JSYA6J766H2TC55K5STNX30S"/>
<choice event_id="01JSYA6J76VCG11KN5Z4DS0A8Q" label_tkey="01JSYA6J760N9XM5GK5BEB74K1"/>
<choice event_id="01JSYA6TNAARSYDKSV7M74KQVJ" label_tkey="01JSYA6TNFGPPCPCMWPXBY5XJG"/>
<choice event_id="01JSYA6V8RX700KT3KTP2WXP8K" label_tkey="01JSYA6V8RAKYSW3ZHWEN5KY3K"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>Which of the following regions are you in?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>États-Unis/Canada"</label>
</choice>
<choice event_id="choice_1">
<label>"Royaume-Uni"</label>
</choice>
<choice event_id="choice_2">
<label>"Union Européenne"</label>
</choice>
<choice event_id="choice_3">
<label>"Asie-Pacifique</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>Which of the following regions are you in?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>US/CA"</label>
</choice>
<choice event_id="choice_1">
<label>"UK"</label>
</choice>
<choice event_id="choice_2">
<label>"EU"</label>
</choice>
<choice event_id="choice_3">
<label>"APAC</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_9" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01JSYAH9NDSZWX2H7WY8BXPKTX</text_tkey>
<html_tkey>01JSYAH9ND6D8P8RJ8N8TADJGZ</html_tkey>
</message>
<choices>
<choice event_id="01JSYAH9NDGKCDWXX9FMR88QTN" label_tkey="01JSYAH9NDDENTB6EKYM7AN4FB"/>
<choice event_id="01JSYAH9NDRXM191M84P89FSX5" label_tkey="01JSYAH9ND9CVF7AN0G8VBWH93"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>Are you located in USA, Canada, UK, Europe or Australia?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👎 No</label>
</choice>
<choice event_id="choice_1">
<label>I am not. "</label>
</choice>
<choice event_id="choice_2">
<label>"👍 Yes</label>
</choice>
<choice event_id="choice_3">
<label>I am!</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>Are you located in USA, Canada, UK, Europe or Australia?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👎 Non"</label>
</choice>
<choice event_id="choice_1">
<label>"👍 Oui</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_10" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01H92Y117F8SFH2A445DQQGDWZ</text_tkey>
<html_tkey>01H92Y117FDD3PP48J3GX9CB77</html_tkey>
</message>
<choices>
<choice event_id="01H92Y117F30FBTRG6KJH1S24M" label_tkey="01H92Y117FEMYSYADWMPR39NW9"/>
<choice event_id="01H92Y117F83SBYEM8JRQQ7ZHN" label_tkey="01H92Y117FMT4X4CP4N6Z4C1HH"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>You can post your suggestion on the Yoto Space ideas wall.\n\nYoto Space is an amazing community of Yoto users where you can share card recommendations, useful tips, Make Your Own playlists, and much more.\n\nDid this help? </text>
</message>
<choices>
<choice event_id="choice_0">
<label>✅ Oui</label>
</choice>
<choice event_id="choice_1">
<label>merci ! "</label>
</choice>
<choice event_id="choice_2">
<label>"🚫 Non</label>
</choice>
<choice event_id="choice_3">
<label>j'ai besoin d'aide</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>You can post your suggestion on the Yoto Space ideas wall.\n\nYoto Space is an amazing community of Yoto users where you can share card recommendations, useful tips, Make Your Own playlists, and much more.\n\nDid this help? </text>
</message>
<choices>
<choice event_id="choice_0">
<label>✅ Yes</label>
</choice>
<choice event_id="choice_1">
<label>I'm all set"</label>
</choice>
<choice event_id="choice_2">
<label>"🚫 No</label>
</choice>
<choice event_id="choice_3">
<label>I still need help</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_11" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01JSYACFH5G5KJ6MK3FTF99EXQ</text_tkey>
<html_tkey>01JSYACFH5Z3GQ8W93THD2KXBR</html_tkey>
</message>
<choices>
<choice event_id="01JSYACFH50QPZ9HZ8JGCK49KP" label_tkey="01JSYACFH57FXPF06QKXR7TE09"/>
<choice event_id="01JSYACFH5EFZZG44G8CH95Q94" label_tkey="01JSYACFH5FV9EQ92QCSWNJMB6"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>If you have already applied and are waiting for a response, please allow 2 weeks for our team to respond. If you have not heard from us, you can leave a message below to speak with one of our staff.\n\nDo you want to leave us a message?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👍 Oui</label>
</choice>
<choice event_id="choice_1">
<label>j'ai besoin d'aide supplémentaire"</label>
</choice>
<choice event_id="choice_2">
<label>"👎 Non</label>
</choice>
<choice event_id="choice_3">
<label>tout est en ordre !</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>If you have already applied and are waiting for a response, please allow 2 weeks for our team to respond. If you have not heard from us, you can leave a message below to speak with one of our staff.\n\nDo you want to leave us a message?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👍 Yes</label>
</choice>
<choice event_id="choice_1">
<label>I need additional assistance. "</label>
</choice>
<choice event_id="choice_2">
<label>"👎 No</label>
</choice>
<choice event_id="choice_3">
<label>I'm all set!</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_12" kind="choices">
<settings>
<choices_settings>
<message>
<text_tkey>01JSYA3VPGC58ZS036XYYSBX70</text_tkey>
<html_tkey>01JSYA3VPGD4ZJ0NM3ER0837WP</html_tkey>
</message>
<choices>
<choice event_id="01JSYA3VPGCRJ6TPCBACMTCDTR" label_tkey="01JSYA3VPG0PZT3FFT4C0K2AJT"/>
<choice event_id="01JSYA3VPGF1VCCT2KY0KDD37N" label_tkey="01JSYA3VPHRQANBVKBKRF9P63A"/>
<choice event_id="01JSYA52SKC5GFNYKXJ3TAMTT3" label_tkey="01JSYA52SK89SD5NJ27NP910V2"/>
</choices>
</choices_settings>
</settings>
<localized_content language="en-US">
<message>
<text>Are you already a member of our B2B partners program?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👍 Yes</label>
</choice>
<choice event_id="choice_1">
<label>I'm already a member and I need more help!"</label>
</choice>
<choice event_id="choice_2">
<label>"👎 No</label>
</choice>
<choice event_id="choice_3">
<label>I'm not a member yet</label>
</choice>
<choice event_id="choice_4">
<label>and need more information. "</label>
</choice>
<choice event_id="choice_5">
<label>"I'm inquiring about ClassWallet</label>
</choice>
</choices>
</localized_content>
<localized_content language="en-US">
<message>
<text>Are you already a member of our B2B partners program?</text>
</message>
<choices>
<choice event_id="choice_0">
<label>👍 Oui</label>
</choice>
<choice event_id="choice_1">
<label>je suis déjà membre et j'ai besoin de plus d'aide !"</label>
</choice>
<choice event_id="choice_2">
<label>"👎 Non</label>
</choice>
<choice event_id="choice_3">
<label>je ne suis pas encore membre et j'ai besoin de plus d'informations."</label>
</choice>
<choice event_id="choice_4">
<label>"J'ai des questions concernant ClassWallet</label>
</choice>
</choices>
</localized_content>
</step>
<step id="step_13" kind="handover">
<localized_content language="en-US"/>
</step>
<step id="step_14" kind="handover">
<localized_content language="en-US"/>
</step>
<step id="step_15" kind="handover">
<localized_content language="en-US"/>
</step>
<step id="step_16" kind="handover">
<localized_content language="en-US"/>
</step>
<step id="step_17" kind="handover">
<localized_content language="en-US"/>
</step>
<step id="step_18" kind="helpful-prompt">
<settings>
<helpful_prompt_settings/>
</settings>
<localized_content language="en-US"/>
</step>
<step id="step_19" kind="helpful-prompt">
<settings>
<helpful_prompt_settings/>
</settings>
<localized_content language="en-US"/>
</step>
<step id="step_20" kind="helpful-prompt">
<settings>
<helpful_prompt_settings/>
</settings>
<localized_content language="en-US"/>
</step>
<step id="step_21" kind="message">
<localized_content language="en-US">
<message>
<text>We are sorry we are currently only accepting applications if you fall into one of the above catergories. </text>
</message>
</localized_content>
</step>
<step id="step_22" kind="message">
<localized_content language="en-US">
<message>
<text>We are sorry, we are currently, we’re not operating in other regions right now, but we’re always looking for new opportunities. \n\nTherefore, we’ll definitely take this into consideration for future market launches.\n\nIn the meantime, we wish to thank you for your interest!</text>
</message>
</localized_content>
</step>
<step id="step_23" kind="text-input">
<settings>
<text_input_settings>
<message>
<text_tkey>01JSYMWX162XAM0PYSYBX97HWC</text_tkey>
<html_tkey>01JSYMWX1502GG59X6V9HBPBC2</html_tkey>
</message>
</text_input_settings>
</settings>
<localized_content language="en-US">
<message>
<text>How can we help?</text>
</message>
</localized_content>
</step>
<step id="step_24" kind="text-input">
<settings>
<text_input_settings>
<message>
<text_tkey>01JSYMX0P5TEE1EPCTNAPVA6TZ</text_tkey>
<html_tkey>01JSYMX0P5KKTHAN5WNSR5NFT4</html_tkey>
</message>
</text_input_settings>
</settings>
<localized_content language="en-US">
<message>
<text>How can we help?</text>
</message>
</localized_content>
</step>
<step id="step_25" kind="text-input">
<settings>
<text_input_settings>
<message>
<text_tkey>01JSYN4ZZQ3X69KV6VYRYJFRSQ</text_tkey>
<html_tkey>01JSYN4ZZQRJGGES16PVQ3TF27</html_tkey>
</message>
</text_input_settings>
</settings>
<localized_content language="en-US">
<message>
<text>How can we help?</text>
</message>
</localized_content>
</step>
<step id="step_26" kind="text-input">
<settings>
<text_input_settings>
<message>
<text_tkey>01JSYMXMHCW32BS5VYPA4DJDWS</text_tkey>
<html_tkey>01JSYMXMHCNZADPG5YA72EFAJ2</html_tkey>
</message>
</text_input_settings>
</settings>
<localized_content language="en-US">
<message>
<text>How can we help?</text>
</message>
</localized_content>
</step>
<step id="step_27" kind="text-input">
<settings>
<text_input_settings>
<message>
<text_tkey>01JSYN564XC0DVQ7RA5DTYDW8D</text_tkey>
<html_tkey>01JSYN564XX22SVX7HJ7GZZY55</html_tkey>
</message>
</text_input_settings>
</settings>
<localized_content language="en-US">
<message>
<text>How can we help?</text>
</message>
</localized_content>
</step>
<step id="step_28" kind="text-input">
<settings>
<text_input_settings>
<message>
<text_tkey>01JSYN4W5C84DKFZ0Q6ACJAQ6Q</text_tkey>
<html_tkey>01JSYN4W5C2VMDMGQVZN9TD92B</html_tkey>
</message>
</text_input_settings>
</settings>
<localized_content language="en-US">
<message>
<text>How can we help?</text>
</message>
</localized_content>
</step>
<step id="step_29" kind="text-input">
<settings>
<text_input_settings>
<message>
<text_tkey>01JSYN52XZAENES89C0852JMTK</text_tkey>
<html_tkey>01JSYN52XZ7VSXCBPB1G8PZ7NZ</html_tkey>
</message>
</text_input_settings>
</settings>
<localized_content language="en-US">
<message>
<text>How can we help?</text>
</message>
</localized_content>
</step>
<step id="step_30" kind="text-input">
<settings>
<text_input_settings>
<message>
<text_tkey>01JSYMWV216W8XYYR1GB0HFAK2</text_tkey>
<html_tkey>01JSYMWV21GM4TJSSRZ2PZQHPZ</html_tkey>
</message>
</text_input_settings>
</settings>
<localized_content language="en-US">
<message>
<text>How can we help?</text>
</message>
</localized_content>
</step>
<step id="step_31" kind="text-input">
<settings>
<text_input_settings>
<message>
<text_tkey>01JSYMWRB7CFQ14HFNHHHZ2XNB</text_tkey>
<html_tkey>01JSYMWRB72N90CH3JPA1SPFWY</html_tkey>
</message>
</text_input_settings>
</settings>
<localized_content language="en-US">
<message>
<text>How can we help?</text>
</message>
</localized_content>
</step>
<step id="step_32" kind="text-input">
<settings>
<text_input_settings>
<message>
<text_tkey>01HYAXSTP688KDYW93ZF4SXTTJ</text_tkey>
<html_tkey>01HYAXSTP6QSB414GJ147XTMYY</html_tkey>
</message>
</text_input_settings>
</settings>
<localized_content language="en-US">
<message>
<text>How can we help?</text>
</message>
</localized_content>
</step>
<step id="step_33" kind="attachments-input">
<settings>
<attachments_settings>
<message>
<text_tkey>01JJBYXB98ZC67EPHCMZ1D1QM1</text_tkey>
<html_tkey>01JJBYXB987G1PV6YEN9SRHFFT</html_tkey>
</message>
</attachments_settings>
</settings>
<localized_content language="en-US">
<message>
<text>Great! Please attach them here 👇</text>
</message>
</localized_content>
</step>
<step id="step_34" kind="end">
<localized_content language="en-US"/>
</step>
<step id="step_35" kind="handover">
<localized_content language="en-US"/>
</step>
<step id="step_36" kind="handover">
<localized_content language="en-US"/>
</step>
<step id="step_37" kind="handover">
<localized_content language="en-US"/>
</step>
<step id="step_38" kind="handover">
<localized_content language="en-US"/>
</step>
<step id="step_39" kind="helpful-prompt">
<settings>
<helpful_prompt_settings/>
</settings>
<localized_content language="en-US"/>
</step>
<step id="step_40" kind="helpful-prompt">
<settings>
<helpful_prompt_settings/>
</settings>
<localized_content language="en-US"/>
</step>
<step id="step_41" kind="helpful-prompt">
<settings>
<helpful_prompt_settings>
<ticket_assignee_team_id>768</ticket_assignee_team_id>
</helpful_prompt_settings>
</settings>
<localized_content language="en-US"/>
</step>
<step id="step_42" kind="helpful-prompt">
<settings>
<helpful_prompt_settings/>
</settings>
<localized_content language="en-US"/>
</step>
<step id="step_43" kind="helpful-prompt">
<settings>
<helpful_prompt_settings/>
</settings>
<localized_content language="en-US"/>
</step>
<step id="step_44" kind="helpful-prompt">
<settings>
<helpful_prompt_settings>
<ticket_assignee_team_id>99</ticket_assignee_team_id>
</helpful_prompt_settings>
</settings>
<localized_content language="en-US"/>
</step>
<step id="step_45" kind="message">
<localized_content language="en-US">
<message>
<text>Thanks for your interest in Yoto.\n\nTo qualify for our Partners program, we ask you to complete the application below.\n\nhttps://form.typeform.com/to/XBmWN1OA?typeform-source=yotoplay.typeform.com\n\nPlease enter all your details in the Yoto Partners Application Form, and provided we can verify your details, we will send you an account invite as soon as we can.\n\nWe are looking forward to working with you!</text>
</message>
</localized_content>
</step>
<step id="step_46" kind="text-input">
<settings>
<text_input_settings>
<message>
<text_tkey>01H92Y1V6ESYCXAY1XS38P0WC1</text_tkey>
<html_tkey>01H92Y1V6EEZC4TE9DDZJN8M6N</html_tkey>
</message>
</text_input_settings>
</settings>
<localized_content language="en-US">
<message>
<text>How can we help?</text>
</message>
</localized_content>
</step>
</steps>
<transitions>
<transition id="transition_1" from_step_id="step_6" to_step_id="step_1">
<event kind="choices" label="👍 Yes, I can"/>
</transition>
<transition id="transition_2" from_step_id="nan" to_step_id="nan">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_3" from_step_id="step_3" to_step_id="step_2">
<event kind="choices" label="👎 Non"/>
</transition>
<transition id="transition_4" from_step_id="step_3" to_step_id="step_2">
<event kind="choices" label="👎 No"/>
</transition>
<transition id="transition_5" from_step_id="step_3" to_step_id="step_2">
<event kind="choices" label="👎 No"/>
</transition>
<transition id="transition_6" from_step_id="step_3" to_step_id="step_2">
<event kind="choices" label="👎 Non"/>
</transition>
<transition id="transition_7" from_step_id="step_12" to_step_id="step_3">
<event kind="choices" label="👎 No, I'm not a member yet, and need more information. "/>
</transition>
<transition id="transition_8" from_step_id="step_12" to_step_id="step_3">
<event kind="choices" label="👎 Non, je ne suis pas encore membre et j'ai besoin de plus d'informations."/>
</transition>
<transition id="transition_9" from_step_id="step_12" to_step_id="step_3">
<event kind="choices" label="👎 Non, je ne suis pas encore membre et j'ai besoin de plus d'informations."/>
</transition>
<transition id="transition_10" from_step_id="step_12" to_step_id="step_4">
<event kind="choices" label="I'm inquiring about ClassWallet"/>
</transition>
<transition id="transition_11" from_step_id="step_12" to_step_id="step_4">
<event kind="choices" label="J'ai des questions concernant ClassWallet"/>
</transition>
<transition id="transition_12" from_step_id="step_12" to_step_id="step_4">
<event kind="choices" label="J'ai des questions concernant ClassWallet"/>
</transition>
<transition id="transition_13" from_step_id="step_11" to_step_id="step_5">
<event kind="choices" label="👍 Yes, I need additional assistance. "/>
</transition>
<transition id="transition_14" from_step_id="step_11" to_step_id="step_5">
<event kind="choices" label="👍 Oui, j'ai besoin d'aide supplémentaire"/>
</transition>
<transition id="transition_15" from_step_id="step_11" to_step_id="step_5">
<event kind="choices" label="👍 Yes, I need additional assistance. "/>
</transition>
<transition id="transition_16" from_step_id="step_11" to_step_id="step_5">
<event kind="choices" label="👍 Oui, j'ai besoin d'aide supplémentaire"/>
</transition>
<transition id="transition_17" from_step_id="step_32" to_step_id="step_6">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_18" from_step_id="step_32" to_step_id="step_6">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_19" from_step_id="step_32" to_step_id="step_6">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_20" from_step_id="step_46" to_step_id="step_7">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_21" from_step_id="step_46" to_step_id="step_7">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_22" from_step_id="step_46" to_step_id="step_7">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_23" from_step_id="step_46" to_step_id="step_7">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_24" from_step_id="step_12" to_step_id="step_8">
<event kind="choices" label="👍 Oui, je suis déjà membre et j'ai besoin de plus d'aide !"/>
</transition>
<transition id="transition_25" from_step_id="step_12" to_step_id="step_8">
<event kind="choices" label="👍 Yes, I'm already a member and I need more help!"/>
</transition>
<transition id="transition_26" from_step_id="step_12" to_step_id="step_8">
<event kind="choices" label="👍 Yes, I'm already a member and I need more help!"/>
</transition>
<transition id="transition_27" from_step_id="step_12" to_step_id="step_8">
<event kind="choices" label="👍 Oui, je suis déjà membre et j'ai besoin de plus d'aide !"/>
</transition>
<transition id="transition_28" from_step_id="step_2" to_step_id="step_9">
<event kind="choices" label="👍 Yes!"/>
</transition>
<transition id="transition_29" from_step_id="step_2" to_step_id="step_9">
<event kind="choices" label="👍 Oui !"/>
</transition>
<transition id="transition_30" from_step_id="start" to_step_id="step_10">
<event kind="choices" label="🎙Leave feedback or suggestion"/>
</transition>
<transition id="transition_31" from_step_id="start" to_step_id="step_10">
<event kind="choices" label="🎙Leave feedback or suggestion"/>
</transition>
<transition id="transition_32" from_step_id="step_3" to_step_id="step_11">
<event kind="choices" label="👍 Oui"/>
</transition>
<transition id="transition_33" from_step_id="step_3" to_step_id="step_11">
<event kind="choices" label="👍 Yes"/>
</transition>
<transition id="transition_34" from_step_id="step_3" to_step_id="step_11">
<event kind="choices" label="👍 Yes"/>
</transition>
<transition id="transition_35" from_step_id="start" to_step_id="step_12">
<event kind="choices" label="🛍️ Demande B2B"/>
</transition>
<transition id="transition_36" from_step_id="step_26" to_step_id="step_13">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_37" from_step_id="step_31" to_step_id="step_14">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_38" from_step_id="step_7" to_step_id="step_15">
<event kind="choices" label="01JJBYW34A3WJW7G44KD8Z296B"/>
</transition>
<transition id="transition_39" from_step_id="step_6" to_step_id="step_16">
<event kind="choices" label="01JJBYYK12KN8815K4YGC9CM9F"/>
</transition>
<transition id="transition_40" from_step_id="step_30" to_step_id="step_17">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_41" from_step_id="step_21" to_step_id="step_18">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_42" from_step_id="step_29" to_step_id="step_19">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_43" from_step_id="step_4" to_step_id="step_20">
<event kind="choices" label="01JSYAN9FHV1N8VD9Z6P2JZ2N5"/>
</transition>
<transition id="transition_44" from_step_id="step_2" to_step_id="step_21">
<event kind="choices" label="👎 No, none of those apply to me."/>
</transition>
<transition id="transition_45" from_step_id="step_9" to_step_id="step_22">
<event kind="choices" label="👎 Non"/>
</transition>
<transition id="transition_46" from_step_id="step_5" to_step_id="step_23">
<event kind="choices" label="Union Européenne"/>
</transition>
<transition id="transition_47" from_step_id="step_5" to_step_id="step_24">
<event kind="choices" label="Asie-Pacifique"/>
</transition>
<transition id="transition_48" from_step_id="step_8" to_step_id="step_25">
<event kind="choices" label="US/CA"/>
</transition>
<transition id="transition_49" from_step_id="step_8" to_step_id="step_25">
<event kind="choices" label="États-Unis/Canada"/>
</transition>
<transition id="transition_50" from_step_id="step_4" to_step_id="step_26">
<event kind="choices" label="👍 Oui, j'ai besoin d'aide supplémentaire"/>
</transition>
<transition id="transition_51" from_step_id="step_8" to_step_id="step_27">
<event kind="choices" label="Asie-Pacifique"/>
</transition>
<transition id="transition_52" from_step_id="step_8" to_step_id="step_27">
<event kind="choices" label="APAC"/>
</transition>
<transition id="transition_53" from_step_id="step_8" to_step_id="step_28">
<event kind="choices" label="Royaume-Uni"/>
</transition>
<transition id="transition_54" from_step_id="step_8" to_step_id="step_28">
<event kind="choices" label="UK"/>
</transition>
<transition id="transition_55" from_step_id="step_8" to_step_id="step_29">
<event kind="choices" label="EU"/>
</transition>
<transition id="transition_56" from_step_id="step_5" to_step_id="step_30">
<event kind="choices" label="US/CA"/>
</transition>
<transition id="transition_57" from_step_id="step_5" to_step_id="step_30">
<event kind="choices" label="États-Unis/Canada"/>
</transition>
<transition id="transition_58" from_step_id="step_5" to_step_id="step_31">
<event kind="choices" label="Royaume-Uni"/>
</transition>
<transition id="transition_59" from_step_id="start" to_step_id="step_32">
<event kind="choices" label="❓Something else"/>
</transition>
<transition id="transition_60" from_step_id="step_7" to_step_id="step_33">
<event kind="choices" label="👍 Yes, I can"/>
</transition>
<transition id="transition_61" from_step_id="step_7" to_step_id="step_33">
<event kind="choices" label="👍 Oui, je peux"/>
</transition>
<transition id="transition_62" from_step_id="step_6" to_step_id="step_1">
<event kind="choices" label="👍 Oui, je peux"/>
</transition>
<transition id="transition_63" from_step_id="nan" to_step_id="nan">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_64" from_step_id="nan" to_step_id="nan">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_65" from_step_id="nan" to_step_id="nan">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_66" from_step_id="step_12" to_step_id="step_3">
<event kind="choices" label="👎 No, I'm not a member yet, and need more information. "/>
</transition>
<transition id="transition_67" from_step_id="step_12" to_step_id="step_4">
<event kind="choices" label="I'm inquiring about ClassWallet"/>
</transition>
<transition id="transition_68" from_step_id="step_32" to_step_id="step_6">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_69" from_step_id="step_2" to_step_id="step_9">
<event kind="choices" label="👍 Oui !"/>
</transition>
<transition id="transition_70" from_step_id="step_2" to_step_id="step_9">
<event kind="choices" label="👍 Yes!"/>
</transition>
<transition id="transition_71" from_step_id="start" to_step_id="step_10">
<event kind="choices" label="🎙 Laisser un commentaire ou une suggestion"/>
</transition>
<transition id="transition_72" from_step_id="start" to_step_id="step_10">
<event kind="choices" label="🎙 Laisser un commentaire ou une suggestion"/>
</transition>
<transition id="transition_73" from_step_id="step_3" to_step_id="step_11">
<event kind="choices" label="👍 Oui"/>
</transition>
<transition id="transition_74" from_step_id="start" to_step_id="step_12">
<event kind="choices" label="🛍️ Demande B2B"/>
</transition>
<transition id="transition_75" from_step_id="start" to_step_id="step_12">
<event kind="choices" label="🛍️ B2B inquiry"/>
</transition>
<transition id="transition_76" from_step_id="start" to_step_id="step_12">
<event kind="choices" label="🛍️ B2B inquiry"/>
</transition>
<transition id="transition_77" from_step_id="step_11" to_step_id="step_34">
<event kind="choices" label="01JSYACFH5EFZZG44G8CH95Q94"/>
</transition>
<transition id="transition_78" from_step_id="step_1" to_step_id="step_35">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_79" from_step_id="step_23" to_step_id="step_36">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_80" from_step_id="step_24" to_step_id="step_37">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_81" from_step_id="step_33" to_step_id="step_38">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_82" from_step_id="step_28" to_step_id="step_39">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_83" from_step_id="step_22" to_step_id="step_40">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_84" from_step_id="step_27" to_step_id="step_41">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_85" from_step_id="step_25" to_step_id="step_42">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_86" from_step_id="step_45" to_step_id="step_43">
<event kind="nan" label="nan"/>
</transition>
<transition id="transition_87" from_step_id="step_10" to_step_id="step_44">
<event kind="choices" label="01H92Y117F30FBTRG6KJH1S24M"/>
</transition>
<transition id="transition_88" from_step_id="step_2" to_step_id="step_21">
<event kind="choices" label="👎 Non, aucun de ces cas ne s'applique à moi."/>
</transition>
<transition id="transition_89" from_step_id="step_9" to_step_id="step_45">
<event kind="choices" label="👍 Yes, I am!"/>
</transition>
<transition id="transition_90" from_step_id="step_9" to_step_id="step_45">
<event kind="choices" label="👍 Oui"/>
</transition>
<transition id="transition_91" from_step_id="step_9" to_step_id="step_22">
<event kind="choices" label="👎 No, I am not. "/>
</transition>
<transition id="transition_92" from_step_id="step_5" to_step_id="step_23">
<event kind="choices" label="EU"/>
</transition>
<transition id="transition_93" from_step_id="step_5" to_step_id="step_24">
<event kind="choices" label="APAC"/>
</transition>
<transition id="transition_94" from_step_id="step_4" to_step_id="step_26">
<event kind="choices" label="👍 Yes, I still need additional assistance. "/>
</transition>
<transition id="transition_95" from_step_id="step_10" to_step_id="step_46">
<event kind="choices" label="🚫 Non, j'ai besoin d'aide"/>
</transition>
<transition id="transition_96" from_step_id="step_10" to_step_id="step_46">
<event kind="choices" label="🚫 No, I still need help"/>
</transition>
<transition id="transition_97" from_step_id="step_8" to_step_id="step_29">
<event kind="choices" label="Union Européenne"/>
</transition>
<transition id="transition_98" from_step_id="step_5" to_step_id="step_31">
<event kind="choices" label="UK"/>
</transition>
<transition id="transition_99" from_step_id="start" to_step_id="step_32">
<event kind="choices" label="❓ Autre chose"/>
</transition>
</transitions>
</workflow>