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

Fix minor bugs in workflow parser #234

Closed erwinvaneyk closed 5 years ago

erwinvaneyk commented 5 years ago

Both bugs occur when multiple parsers are being tried to parse a workflow definition. There were a couple of variables that were not updated or reset when a parser failed and another one is being tried.