- はじめに
- スタート アップ ガイド
- Maestro の BPMN を使用した構築
- Maestro Case を使用した構築
- Maestro Case について
- Maestro BPMN と Maestro Case の比較: ケース管理を使用すべき状況
- Maestro Case のライフサイクル: イベント トリガーからアプリのエクスペリエンスまで
- Maestro Case を使用して最初のケースを構築する
- Build a Maestro Case with a coding agent (preview)
- ケース キーを定義する (システムと外部)
- タスクの I/O と書き戻しの契約を確立する
- 終了ルールと早期終了
- プライマリ ステージとセカンダリ ステージをモデリングする
- Data Fabric からケースをトリガーする
- ステージレベルのペルソナと権限を実装する
- SLA と自動エスカレーション ルールを設定する
- 再作業によるループ (再エントリ) を設定する
- Configuring and testing the Case Manager Agent (preview)
- ケース マネージャーの入力および出力コントラクト
- Maestro Case コンポーネント ディクショナリ
- Maestro Flow を使用した構築
- Integrations
- オペレーティング
- 監視
- 最適化中
- 参考情報
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.
構成
| フィールド | Required | 説明 |
|---|---|---|
| Data Fabric エンティティ | はい | The entity to create a record in. Select Refresh schema if the entity's fields changed since you added the node. |
| Field values | はい | 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.
出力
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.