project-flogo / flogo-web

Project Flogo Web UI
http://flogo.io
BSD 3-Clause "New" or "Revised" License
65 stars 36 forks source link

Support "streamURI" in stream actions #1269

Closed apandura-tibco closed 4 years ago

apandura-tibco commented 4 years ago

Is your feature request related to a problem? Please describe.

With the changes to stream code in project-flogo/stream, engine side stream execution can expect "stream" instead of "pipeline"

Describe the solution you'd like

  1. We need to update "pipelineURI" to "streamURI"
  2. We need to allow users importing actions which has both new and old way of linking a stream resource to an action.
  3. Always export the streams using the `streamURI" link in action
fcastill commented 4 years ago

We also have to support the stream: type/prefix for resource ids