ncloud_dataflow_create_job
Create a new Data Flow job by providing a name, workflow ID, and optional execution options to define job configuration.
Instructions
Create a new Data Flow job. A job defines the execution configuration for a workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Job name | |
| dryRun | No | If true, preview without creating | |
| options | No | Job execution options (e.g. resource spec, parallelism) | |
| workflowId | No | Associated workflow ID | |
| description | No | Job description |