synapse
synapse copied to clipboard
Serverless Workflow Management System (WFMS)
This commit will not affect the version of the published code. See [Commit Hints](https://github.com/cbcrouse/Versioning.NET/wiki/Commit-Hints). **Many thanks for submitting your Pull Request :heart:!** **What this PR does / why we need...
**What happened**: After starting multiple instances, going to the workflow definitions' list and coming back to a workflow detail, the list of instances/graph takes multiple seconds to display! **What you...
**What would you like to be added**: Add a graphical editor to the dashboard **Why is this needed**: Quality of life / accessibility
**What would you like to be added**: Add sample workflow definitions and example use-cases **Why is this needed**: For demos and getting started experience for new users, it would be...
**What would you like to be added**: Add an UI to the dashboard to manage correlations as well as an editor to produce cloud events **Why is this needed**: Allows...
**What would you like to be added**: Implement replaying a given workflow instance from the specified state or activity. Users should also be able to patch both activity inputs and...
**What would you like to be added**: Punctually collect, package, export then clean old workflow instances from operational databases **Why is this needed**: Avoids useless resource starvation and improves write...
**What would you like to be added**: Implement workflow compensation **Why is this needed**: Allows for procedural compensation
**What would you like to be added**: Implement and handle timeouts, at workflow, state and activity (action) level **Why is this needed**: Allows to timeout abnormaly long processes, thus avoiding...
**What would you like to be added**: Implement and handle errors thrown during a workflow's execution **Why is this needed**: Allows for fine-grained processing - and possibly forking - of...