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

Support inline workflows #44

Closed erwinvaneyk closed 6 years ago

erwinvaneyk commented 7 years ago

Currently users can only specify a single task or a reference to another workflow in a dynamic task. To avoid having to write workflows for small, trivial or application-specific use cases, it should be possible to write a inline workflow, analogous to how lambda's are used in Java/python/etc.

Ideally the inline workflow should match the workflow definition as closely as possible.

erwinvaneyk commented 6 years ago

Fixed in #112