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

Will fisson workflow support Express workflows in AWS step functions #259

Open imaffe opened 3 years ago

imaffe commented 3 years ago

Currently the fisson-workflow adapts an exactly once execution model for workflows, but in some cases duplicate invocation of a workflow is allowed and speed matters. (which is the problem AWS step functions trying to address). Using a scheduler-controller model seems too heavy for this use case. Do we have plans to support Express workflows ?