- Einleitung
- Erste Schritte
- Erstellen mit Maestro BPMN
- Grundlegendes zur BPMN-Modellierung von Maestro
- Öffnen der Modellierungsarbeitsfläche
- Modellierung Ihres Prozesses
- Ausrichten und Verbinden von BPMN-Elementen
- Autopilot for Maestro (Vorschau)
- Prozess-Repository
- Einen einfachen BPMN-Prozess implementieren
- Einen komplexen BPMN-Prozess implementieren
- Debugging
- Simulieren
- Evaluations (Preview)
- Häufige Implementierungsszenarien
- Erstellen mit Maestro Case
- Einführung in Maestro Case
- Maestro BPMN vs. Maestro Case: Wann wird Case Management verwendet?
- Der Lebenszyklus von Maestro Case: Vom Ereignis-Trigger zum App-Erlebnis
- Erstellen Sie Ihren ersten Fall mit Maestro Case
- Build a Maestro Case with a coding agent (preview)
- Definieren von Fallschlüsseln (System vs. extern)
- Erstellen von Task-E/A- und Write-Back-Verträgen
- Austrittsregeln und Beendigung der frühen Phase
- Modellieren von primären und sekundären Phasen
- Auslösen eines Falls aus Data Fabric
- Implementieren von Personas und Berechtigungen auf Phasenebene
- Festlegen von SLAs und automatisierten Eskalationsregeln
- Konfigurieren einer Nacharbeitsschleife (Wiedereintritt)
- Configuring and testing the Case Manager Agent (preview)
- Eingabe- und Ausgabevertrag für den Fall Manager
- Wörterbuch für die Komponente „Maestro Case“.
- Erstellen mit Maestro Flow
- Skript
- HTTP-Anfrage (HTTP Request)
- Datentransformation
- Entscheidung
- Umschalten (Switch)
- Schleife
- Verzögerung (Delay)
- Zusammenführen
- Beenden
- Terminate
- Pseudo
- Manual Trigger
- Geplanter Trigger
- Autonomer Agent
- BPMN-Prozess (Business Process Model and Notation).
- RPA-Workflow
- API-Workflow
- Menschliche Aufgabe
- Entitätsdatensätze abfragen
- Entitätsdatensatz erstellen
- Entitätsdatensatz aktualisieren
- Delete entity record
- Connector-Knoten
- Integrationen
- Betrieb
- Überwachung
- Optimieren
- Referenzinformationen
Create entity record node for writing a new record to a Data Fabric entity from a Flow, without an Integration Service connection.
Creates a new record in a Data Fabric entity. This is a native Flow node — it doesn't require an Integration Service (IS) connection. It works only with entities created inside a VS Code solution. Refer to Entities in VS Code.
Konfiguration
| Feld | Erforderlich | Beschreibung |
|---|---|---|
| Data Fabric-Entität | Ja | The entity to create a record in. Select Refresh schema if the entity's fields changed since you added the node. |
| Field values | Ja | Select + Select fields to choose which fields to set, then provide a value for each selected field. At least one field value is required. |
This node doesn't support the Error handling tab.
Ausgabe
The node's output mirrors all of the entity's fields — the fields and types vary by entity, and typically include the entity's standard system fields (such as Id, CreateTime, and CreatedBy) alongside your custom fields. Access them downstream as $vars.<nodeId>.output.<fieldName>.
The output panel includes a Live mode. When it is enabled, the output is a live reference to the created record, tagged Live query in the schema tree, so downstream nodes that read the same record always see its current values without an extra Query entity records node.