Creating a Business Event β End-to-End WalkthroughΒΆ
This section walks through the full Create Business Event wizard, from opening it on the Business Events tab to landing on the summary view of your newly created (DRAFT) event version.
Use this page as the entry point, then follow the step-by-step child pages for the details of each wizard screen.
β Before you startΒΆ
- The Profile must have a Template with at least one Frame Type you want to populate.
- The API Collection (or Kafka topic / MQTT queue / Webhook) exposing the operations you want to intercept must already be configured on the Profile.
ποΈ Entry point β Business Events tabΒΆ
From the Profile's Business Events tab, click Create Business Event to launch the wizard.
π§ Wizard stepsΒΆ
The wizard has 6 steps. Each one is documented in its own page:
| Step | Name | What you configure |
|---|---|---|
| 1 | Event Identity | Name, description, and interception mode (INBOUND, OUTBOUND, INBOUND_OUTBOUND) |
| 2 | Source Type | The transport mechanism β REST API, Kafka Topic, MQTT Queue, or Webhook |
| 3 | Select Target Frame | The Frame Type from the Template that this event will populate |
| 4 | Select Operations | The specific API operations to intercept (browse, search, IntelliSense-assisted selection) |
| 5 | Configure Operations | Filters and correlation source per selected operation |
| 6 | Configure Mapping | Field mappings, BMEL expressions, and final creation |
%%{init: {"themeVariables": {"fontSize": "18px"}}}%%
flowchart TB
A["1 Β· Event Identity"] --> B["2 Β· Source Type"]
B --> C["3 Β· Select Target Frame"]
C --> D["4 Β· Select Operations"]
D --> E["5 Β· Configure Operations"]
E --> F["6 Β· Configure Mapping"]
F --> G["Create β Business Event\nversion in DRAFT"]
π ResultΒΆ
Once you click Create on the last step, the wizard closes and you land on the summary view of the new Business Event version β created in DRAFT status.
From here, the version follows the normal lifecycle: Submit for review, Approve/Reject, and eventually Publish.

