4.2 Process Flow Datasegment
This topic provides information about the process flow for a data segment, outlining the sequence of steps involved in creating, managing, updating, and processing data segment operations within the system.
- Step 1: Component Creation
Creates the base definition of a flow-specific Data segment.
What you typically do on this screen:
- Select pattern type as Process Flow Data segment.
- Select product type.
- Enter name and label.
What this step decides:
The component is intended for flow usage rather than as a standalone reusable block (the template and available options may differ based on your OFS setup). - Step 2: Endpoint Configuration
Captures the configuration required for the Data Segment to bind correctly in a flow context.
What you typically configure:
- Endpoint/object/DTO settings as required for binding.
- Flow-related configuration options provided by your pattern.
- Step 3: Template Design
Builds the UI section in the designer editor.
What you typically do in the designer:
- Design the data segment layout (sections, fields, small grids if needed).
- Configure component properties (labels, behaviour, validations).
The init funciton is the pattern-specific initialization that runs when the Create/Designer page is opened for the first time (or when an existing design is loaded for editing). Its purpose is to generate boiler plate functions which are useful when you plug it into existing maintenance or process flow screens.
Figure 4-7 Process Flow Datasegment Component Summary
Parent topic: UI Design Patterns Creation


