maestro
latest
false
Maestro user guide
- Introduction
- Getting started
- Building with Maestro BPMN
- Understanding Maestro BPMN modeling
- Opening the modeling canvas
- Modeling your process
- Aligning and connecting BPMN elements
- Autopilot for Maestro (Preview)
- Process Repository
- Implementing a simple BPMN process
- Implementing a complex BPMN process
- Debugging
- Simulating
- Evaluations (Preview)
- Common implementation scenarios
- Building with Maestro Case
- Introduction to Maestro Case
- Maestro BPMN vs. Maestro Case: when to use case management
- The Maestro Case lifecycle: from event trigger to app experience
- Build your first case with Maestro Case
- Build a Maestro Case with a coding agent (preview)
- Defining case keys (system vs. external)
- Establishing task I/O and write-back contracts
- Exit rules and early stage termination
- Modeling primary and secondary stages
- Triggering a case from Data Fabric
- Implementing stage-level personas and permissions
- Setting SLAs and automated escalation rules
- Configuring a rework loop (re-entry)
- Configuring and testing the Case Manager Agent (preview)
- Case Manager input and output contract
- Maestro Case component dictionary
- Building with Maestro Flow
- Connector nodes
- Integrations
- Operating
- Monitoring
- Optimizing
- Reference information
Delete entity record node for permanently removing a record from a Data Fabric entity in a Flow, without an Integration Service connection.
Deletes a record from 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.
Warning:
Deletes one record permanently from Data Fabric. This can't be undone, and a record still referenced by another record can't be deleted.
Configuration
The Identify record by field determines how the node locates the record to delete:
| Option | Description |
|---|---|
| Entity name | Select the Data Fabric entity directly, and set a Filter (field, operator, value) to identify the record. |
| 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. See Update entity record for what this looks like. |
This node doesn't support the Error handling tab.
Output
Delete entity record doesn't produce an output, since the record no longer exists after the node runs.