Code Generated after creation of a Workflow?

Is there any code generated when one creates a new Workflow in Developer mode for a specific App? If so, where is that code?

Welcome to ERPNext -

Someone may respond whether that’s the case, or say if the changes are stored in the database?

Otherwise to check, maybe try a trial and error test, with a before and after search to discover changes to the file system?

For example this search lists py file timestamps

frappe@ubuntu:~/frappe-bench$ find apps -name ‘*.py’ | xargs ls -alt

This identifies any code that contains ‘workflow’

frappe@ubuntu:~/frappe-bench$ find apps -name ‘*.py’ | xargs grep workflow

1 Like