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

Fix Fission specialization issue on restart #89

Open erwinvaneyk opened 6 years ago

erwinvaneyk commented 6 years ago

There is an edge case where Fission thinks it has specialized the workflow environment to the workflow, even though the Fission Workflow engine did not persist the workflow (because of an error).

The current workaround is to delete and re-create the Fission Function.

Fixes needed