Workflows in the codebase

Hi,

we’d discovered Frappe framework lately and are very excited about it!
We just wondered, if there is any chance in the forseeable future that workflows and their respective actions and states are going to be reflected in the codebase itself rather than in the database.

Thanks!
Elias

Okay, I figured it out! I need to add the doctype “workflow” to the fixtures lists in the hooks.py of my app. After that I just had to run “bench --site sitename export-fixtures”.