ncloud_dataflow_create_job
Set up a new Data Flow job by defining execution configuration including name, options, and workflow ID. Use dry run to preview before creating.
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 |