In an ESB Project, you work with so-called Technical Processes (*.wrf) to create and graphically model your technical processes. In these WRF files, you can use a graphical editor to map the individual steps of your processes.
For our example ESB project, we model the "Import invoices" process and have to create a Technical Process in the first step.
How to create the Technical Process
Prerequisites:
You have created an ESB Project in the Projects view. For more information, see Example: ESB Project.
-
Double-click the created ESB Project in the Projects view.
-
Right-click the Processes folder.
-
Select New > Technical Process….
The Process Creation Wizard dialog opens. -
In the File name text field, enter the name
ImportInvoicesfor your process. -
Click Finish.
✅ The process is created in the Processes folder. -
Double-click the process to open it in the editor.
The process already automatically contains a start and an end point. -
First, delete all elements except the
Startelement to implement the example described here.