- Introduction
- Démarrage
- Créer avec Maestro BPMN
- Compréhension de la modélisation BPMN de Maestro
- Ouverture du canevas de modélisation
- Modéliser votre processus
- Alignement et connexion des éléments BPMN
- Autopilot pour Maestro (aperçu)
- Référentiel de processus
- Implémenter un processus BPMN simple
- Implémenter un processus BPMN complexe
- Débogage
- Simulation
- Evaluations (Preview)
- Scénarios de mise en œuvre courants
- Building with Maestro Case
- Présentation de Maestro Case
- Maestro BPMN vs. Maestro Case : quand utiliser la gestion des incidents
- Le cycle de vie de Maestro Case : du déclencheur d'événement à l'expérience de l'application
- Créer votre premier incident avec Maestro Case
- Build a Maestro Case with a coding agent (preview)
- Définition des clés de cas (système vs. externe)
- Établissement des contrats d'E/S et de réécriture de la tâche
- Règles de sortie et fin de l’étape précoce
- Modélisation des étapes primaires et secondaires
- Déclencher un cas à partir de Data Fabric
- Implémentation des personas et des autorisations au niveau de l'étape
- Définition des SLA et des règles d'escalade automatisées
- Configuration d'une boucle de retraitement (renouvellement)
- Configuring and testing the Case Manager Agent (preview)
- Contrat d’entrée et de sortie du gestionnaire de cas
- Dictionnaire des composants de Maestro Case
- Créer avec Maestro Flow
- Script
- Demande HTTP (HTTP Request)
- Transformation des données
- Décision
- Commutateur (Switch)
- Boucle
- Retard (Delay)
- Fusionner
- Terminer
- Terminate
- Simulation
- Manual Trigger
- Déclenchement planifié
- Agent autonome
- Processus BPMN
- Workflow RPA
- Workflow d’API
- Tâche humaine
- Rechercher des enregistrements d’entités
- Créer un enregistrement d’entité
- Mettre à jour un enregistrement d’entité
- Delete entity record
- Nœuds du connecteur
- Intégrations
- Opérations
- Surveillance
- Optimisation
- Informations de référence
Update entity record node for modifying an existing record in a Data Fabric entity from a Flow, without an Integration Service connection.
Updates an existing 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.
Configuration
The Identify record by field determines how the node locates the record to update. The two options are described below.
| Option | Description |
|---|---|
| Entity Name | Select the Data Fabric entity directly, set a Filter (field, operator, value) to identify the record, and select the Fields to update. |
| Entity reference | Reuse a record already located by a Query entity records node earlier in the flow, instead of re-specifying the entity and filter. |
Entity Name
The panel shows the entity picker, the filter that identifies the record, and the list of fields to update.
Entity reference
The panel prompts you to select a Query entity records node from the flow. The record that node located is the one this node updates.
This node doesn't support the Error handling tab.
Sortie
The node's output mirrors the updated record's fields — the fields and types vary by entity, and typically include the entity's standard system fields (such as Id, CreateTime, CreatedBy, UpdateTime, and UpdatedBy) 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 record, tagged Live query in the schema tree, so downstream nodes always see its current values without an extra Query entity records node.