Skip to main content
Skip table of contents

Defining Business Process Data

Buiness process data represent the required data structure of the business data used in the Business Process.

We recomment creating business process data if you want to integrate Technical Processes into your BPM process and work with a predefined data structure in these Technical Processes. For the example process described here, the process technical data is required to create a decision table and an associated rule. For more information, see Creating a Decision Table and Inserting a Rule.

You define this data structure using so-called domain model files (.domainmodel). In these domain model files, you can define a three-level hierarchy for the business data, including corresponding descriptions and thus add it to the process definition.

Notes:

  • If you want to use the business proess data for more than one Business Process, you need to create the .domainmodel file in the Activities > DomainModel repository folder.

  • If you want to use the business process data for a specific Business Process, you need to create the .domainmodel file directly below the Business Process. Once saved, it is attached directly to the Start event of the Business Process.

  • For more information on business process data, see Managing Business Process Data .

How to define business process data

Previous step: Creating Pools and Lanes

  1. Right-click the ImportInvoices BPM Project in the Projects view and select New > Domain Model to create a DOMAINMODEL file and define business process data.
    ✅ The Case.domainmodel file is created and opens automatically in the editor.

  2. Click Add to add a new category and enter the name InvoiceData in the Name field.

  3. Click Add again to add a new group and enter the name InvoiceHeaderData in the Name field.

  4. Select the InvoiceHeaderData group in the Structure pane, click Add > Feature, and define the following features:

Name

Type

InvoiceNumber

String

InvoiceAmount

Decimal

InvoiceSender

String

InvoiceDate

DateTime

  1. Select image-20241009-130249.pngSave.

    image-20241014-114451.png
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.