Step 8: Update the YAML file - j5 - 28.0 - Administration & Configuration - Hexagon

j5 BPMN Workflow Configuration

Language
English
Product
j5
Search by Category
Administration & Configuration
j5 Version
2019

You need to update the YAML file in new Module directory. Updating the YAML file will link the Python file into the new module. To do this:

  1. Navigate to the Files tab

  2. Double­click the logbook.yml file under the new Logbook Form (not the Module)

  3. Scroll down to the Mixin > Recordclass configuration point.

  4. Change the Recordclass to the following format:

    • "<IDE project name>.<Module Name>.<Python File Name>.<Mixin Name>"

This step is a manual process but is critical to the success of linking BPMN to your j5 project.

Tutorial Example: Double-click the module.yml file, found under "EnvironmentalIncidents" module. Change the Recordclass to the following:

  • tutorial_example.EnvironmentalIncidents.EnvironmentalIncidents.EnvironmentalIncidentsMixin