You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

dataflow.yml 275 B

1234567891011121314
  1. nodes:
  2. - id: cxx-node-rust-api
  3. path: build/node_rust_api
  4. inputs:
  5. tick: dora/timer/millis/300
  6. outputs:
  7. - counter
  8. - id: cxx-node-rust2-api
  9. path: build/node_rust_api
  10. inputs:
  11. tick: cxx-node-rust-api/counter
  12. outputs:
  13. - counter