Where action type business event is used
🎯 Short Answer 👉 Business Events defined in Action Type are used in Orchestration Rules (Policies) as triggers for the NEXT step. 🧠 Where exactly they are used 📍 Location in UI You will use them in: 👉 Orchestration → Policies (Rules) 🔗 How they are used Step-by-step flow: 1️⃣ Initial Business Event (starts flow) Example: Order Created 2️⃣ Rule triggers Action Type IF Order Created → Execute Fulfillment Action 3️⃣ Action runs (Provider Action + Flow) 4️⃣ Action Type emits Business Event Defined in Action Type: Business Event Success → Fulfillment Completed Business Event Failure → Fulfillment Failed 5️⃣ These events are USED in next rules IF Fulfillment Completed → Trigger Shipping IF Fulfillment Failed → Retry or Alert 👉 THIS is where they are actually used. 🔁 Full Chain (Important) Order Created (Business Event) ↓ Rule 1 ↓ Action Type (Fulfillment) ↓ Provider Action executes ↓ Fulfillment Completed (Busi...