ncloud_dataflow_create_workflow
Create a data pipeline workflow by defining nodes (source, filter, sink) and connecting them with edges.
Instructions
Create a new Data Flow workflow. A workflow defines the data pipeline with nodes (source, filter, sink) and edges connecting them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow name | |
| edges | No | List of edges connecting nodes | |
| nodes | No | List of nodes in the workflow | |
| dryRun | No | If true, preview without creating | |
| description | No | Workflow description |