save_flow_model
Create or update flow page blocks in NocoBase by specifying component types like JSBlockModel or TableBlockModel. Use this tool to manage workflow elements before attaching them to pages.
Instructions
Create or update a flowPage block/model. If 'uid' is provided in values, it updates; otherwise creates a new one. The 'use' field specifies the component type (e.g. 'JSBlockModel', 'TableBlockModel'). NOTE: after creating, call attach_flow_model to make it appear on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | Flow model data. Key fields: uid (optional), use (component type), parentId, subKey, subType, stepParams, sortIndex |