Showing states on not-saved records

I have the state machine designed by this way:
image

If I create new record, just NotComplete state is available in the form:
image

After I save the record, both NotComplete and Complete states are available:
image

How can I design both NotComplete and Complete states will be available before saving of the record?
By another word: I need to be able choose the Complete state on non-saved record.

Just mark both states as Initial.

1 Like