DataFlow
AWorkFlow of Data through its transformation

Attributes
- name:string - name of the data flow
- version:string - version of the data flow
- parameters:string - parameters of the data flow
Associations
| Name | Cardinality | Class | Composition | Owner | Description |
|---|---|---|---|---|---|
| blueprint | 1 | DataBluePrint | false | false |
Users of the Model
| Name | Cardinality | Class | Composition | Owner | Description |
|---|---|---|---|---|---|
| dataflow | 1 | DataFlowInstance | false | false | |
| flow | 1 | DataFlowTemplate | false | false | |
| flows | n | DataPipeline | false | false |
Methods
Method Details
Action dataflow create
- REST - dataflow/create?name=string&file=YAML
- bin - dataflow create –name string –file YAML
- js - dataflow.create({ name:string,file:YAML })
Description
Create a Data AWorkFlow
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | true | name of the data flow |
| file | YAML | false | file with the definition |