Add ability to reset an application
Open
area/core
kind/feature
priority/low
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 195
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 17
Description
**Is your feature request related to a problem? Please describe.**
Instead of creating a new application every time, what if we could reset some "state" and "application-y" things about it?
**Describe the solution you'd like**
Things that could be helpful:
- `.set_state(...)`
- `.set_identifiers(...)`
- `.set_next_action(action_name)`
**Describe alternatives you've considered**
You just reinstantiate the graph each time.
**Additional context**
This is mainly an edge case around stateless web-services. Do you create new, or reset the state?
Contributor guide
Assessment
This issue has not been assessed yet.