- Create a shell command:
shell.sh dataflow export --dataflow-id --config-file
This command will use registry.get("/neverwinterdp/scribengin/dataflow/dataflow-id") data.
- Convert the data to DataflowDescriptor object , using JSONSerializer.
- get the latest data config in configuration and update the DataflowDescriptor. This is not ready yet, and I need to update some registry code
- Write the DataflowDescriptor to --config-file file
This command will use registry.get("/neverwinterdp/scribengin/dataflow/dataflow-id") data.