Description:
When a workflow is created, having an initial state in it can easily be skipped unintentionally. That is a flaw in the design. Because django-river expects it to exists and the problem doesn't show up until an object is created which brings lots of confusion.
Acceptance Criteria:
Force users to provide what the initial state is while defining the workflows
The text was updated successfully, but these errors were encountered:
Description:
When a workflow is created, having an initial state in it can easily be skipped unintentionally. That is a flaw in the design. Because
django-river
expects it to exists and the problem doesn't show up until an object is created which brings lots of confusion.Acceptance Criteria:
The text was updated successfully, but these errors were encountered: