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 headers (and other metadata) as input to workflow #96

Closed erwinvaneyk closed 6 years ago

erwinvaneyk commented 6 years ago

Currently the only supported input to a Fission workflow is the body. All other aspects of the (http) request are ignored.

To conform workflows to the (expected) consistent behavior of Fission functions, we need to add at least the following: