I have a working business process flow which has an APPROVAL and COMPLETE Stage. I needed to put a condition between so that if the status of the record is not APPROVED, then the user cannot go to COMPLETE, so I inserted the condition. Then I get an error. I fundamentally don't understand this and feel like it's a bug. The APPROVAL Stage has a Status field. The CONDITION is If Status = APPROVED. Why does this fail validation? There is no "other" state. If Status <> APPROVED, then there is not another stage; i.e., COMPLETE should not show.
↧