fission / fission-workflows

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

Support parsing headers from the response of a task #228

Closed PrasadG193 closed 5 years ago

PrasadG193 commented 5 years ago

As of now, we are only parsing body from the response a fission fuction. There should be a way to get headers from the response from a task which can be passed in request to other tasks in a workflow.