fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Create separate Api-only service #30

Closed erwinvaneyk closed 7 years ago

erwinvaneyk commented 7 years ago

We need a service separate from the 'workflow engine' that only contains the api server logic, without any active controller. This will be useful with the integration in Fission, essentially creating a read-only fission workflows instance.

erwinvaneyk commented 7 years ago

Done!