Hello everyone,
I’ve set up a workflow for a custom DocType in Frappe, and I’m encountering an issue with state transitions. The workflow works as follows:
- Initial State: Draft
- Review Action: Changes state to Booked
- Check-in Action: When the user tries to change the state from Booked to Check-in, I get an error saying:
Workflow State transition not allowed from Booked to Draft
This error seems odd since I’m not transitioning back to “Draft”. I’ve double-checked the workflow configuration, and all the states and transitions seem correct.
Has anyone else experienced this issue, or am I missing something in the workflow configuration? Any guidance or suggestions would be greatly appreciated!
Thanks in advance!